Unsupported font style when converting HTML to PDF
Hi I am having problem converting HTML string to PDF by using DOM approach.Here's my sample code snippet.license.SetLicense(lic_path);string fullPath = "C:\\OutputFolder\\"string emailBodyDetails =...
View ArticlePDF conversion - reference version 1.7
Hello, i'm searching for this information: Aspose PDF conversion - from every kind of Aspose supported original files, doing instruction document.save(pdf-file) generates PDF files compatible with...
View ArticleAspose fails to create large files
I'm using Aspose.PDF to create a PDF from a directory of JPG files. When the total size of the JPG files is up to 200 MB or so, the file is create properly. However, if I add in 250MB of JPG files, the...
View ArticlePNG converted from PDF is being cropped
Hi,We are using ASPose.pdf.dll version 9.0.0.0. When we attempt to convert the attached PDF document into a PNG file, the image is cropped off on the right side, as you'll see in the attached PNG.
View ArticleTextFragment -- change size
Once I change the text by setting the TextFragment.Text property. Is there a way to change the width or height of the TextFragment? The text being replaced may be a different word and the width may...
View ArticleConvert html in pdf,has a bug.
hello, this is my test code below. Pdf pdf = new Pdf(); Section section = pdf.Sections.Add(); Text text = new Text("<span style='font-family: \"Segoe UI\";...
View ArticleIf the Bookmarks is not exist, Export Bookmarks To XML ( The error occurred)
How to decide whether there really are bookmark involved? Document pdfDocument = new Document(ABC.pdf);//ABC.pdf does not contain bookmarks . if (pdfDocument.Outlines.Count>0 ||...
View ArticleText not rearranged after ReplaceText
When I call the ReplaceText method from the PdfContentEditor the text in a paragraph is not re-arranged after the replacement is made. If the replacing text is smaller than the size of the place holder...
View ArticleAspose pdf 9.3.0 fails to render table
using latest 9.3.0 , attached pdf does not print correctly, the bottom table is all black.
View ArticleHow to convert Persian Or Arabic words ?
Hi I'm using Aspose.Pdf for exporting report to PDF. but report is in Arabic and when I download the generated PDF it's content is like "س ل م" and every word is separated, but it must be like...
View ArticlePDF to TIF conversion results in a black square on page 1 of the output TIF
Dear Sir/Madam, I have had great success using Aspose for PDF to TIF conversion, but I found that a particular PDF document results in a TIF with a black square on page 1 of the output file, where the...
View ArticleHTML with multibyte characters don't convert to PDF properly
When I create a pdf document from html string, multibyte characters are missing in saved document, see code below: var pdf = new Aspose.Pdf.Generator.Pdf();...
View ArticleWrapping of Text when doing Search and Replace
Hello,I am trying to replace text in PDF files using the following code. The problem is that the text does not wrap if the line becomes too long due to the replacement text. Is there a way to handle...
View ArticleForm Fields not filled in when converting PDF to JPG
When I convert a PDF to JPG, the form fields are not filled out. When I look at the same PDF in Adobe reader the fields are filled out correctly. (I have attached images of both)Here is my code:Dim...
View ArticleException being thrown using FillImageField
In the old version (AsposePdfKit) I use to be able to set a Digital Signature field in PDF to an image.Example:Where pdfLetter is a Form object:pdfLetter.FillImageField(fieldName,...
View ArticleLarge MultiPage PDF generated using Aspose PDF 7.2
Hi,I have been using Aspose 7.2 PDF for .Net 4 framework. I have a bunch of images (approx 55 pages) which i will be converting to PDF format. When it gets converted to MultiPage PDF, its file size...
View Articlelink to a file that is already attached (embedded) to a pdf
Using Aspose, I have already attached multiple PDFs to my main PDF. What I am trying to do is to create a link in the main PDF to one of those attached PDFs.Here's the pseudo-code: string[] PDFarry;...
View ArticleAdding an hyperlink to open the attachment
Hi,I have a requirement like reading an existing PDF file and adding few attachments to that. At the same time I need to provide a hyperlink called "Click here to open the attachment1" at the end of...
View ArticleSetting the Border on specific cells within Table
Hello, I'm using Aspose.Pdf.Generator version 8.3.1.0 and I'm trying to change the border on certain cells within my Table such that when a specific value is encountered, I want to set the top border...
View ArticlePage Orientation Settings for com.aspose.pdf.Document
Hi,Is there anyway to setup the page orientation for PDF document. In my requirement, i am not creating any new PDF document. I am loading the existing PDF document into com.aspose.pdf.Document object...
View Article