Images flipped on document conversion
Hi,I have noticed one issue while using Aspose.PDF to convert a PDF to a word document.The input PDF contained a scanned document with multiple images, but in the converted word document, all of the...
View ArticlePDF to Tiff
Hello, I have a problem when I try to convert a PDF file into a Tiff file.The scenario is:I have a PDF file with XFA fields in it, I fill the XFA Fields with a XML File.Then I flat the Generate PDF...
View ArticleImageStamp Quality
Hi, i used your sample code:AsposePdf.Document pdfDocument = new AsposePdf.Document(@"D:\input.pdf"); AsposePdf.ImageStamp imageStamp = new AsposePdf.ImageStamp(@"D:\myImage.png");...
View ArticleProblems with display inline-block
I'm having trouble with converting an HTML file to PDF when the html file contains elements with display: inline-block. It seems like if there are to many inline-block elements following each other...
View ArticleIssues with Opening known document
Because of the file location not being opened to be used as pdfPage the pageorder variable was not behaving correctly. Dim c As ArrayDim pageorder As Integer Dim count As Integer Dim filename As...
View ArticleParse an existing PDF document
Hi there,I need some info and if possible some code examples on how to extract data from an existing PDF document:- AcroFields, especially rect of (coordinates and dimensions) form fields- Annotations-...
View ArticleImage 2 PDF Sometimes not working
Hi,I found some sample code on this site on how to convert an image to PDF. It's very helpful but sometimes doesn't work. I've attached an image that doesn't work to this post. Could you please help?...
View ArticleDoc is missing formatting after being converted from PDF
Hi,I am using aspose-pdf-10.1.0.jar for converting PDF to Doc. The source PDF has tables but the text and tables are not aligned in converted Doc file. Please see the input PDF and converted Doc.As...
View ArticleExtracting content/pages
Public filelocation As String Public inputfile As String 'normal Dim pages As Array Dim count As Integer Dim filename As String Dim type As String Dim typediscription As Array...
View ArticleAdding searchable capabilities to PDF
Hello,I need to take one PDF that holds single image per page (coming from scanning team) and add searchable capabilities. I know it could be done by OCR pdf files and adding hidden text layer with OCR...
View ArticleHorizontal Alignment issue when Replacing Text
I'm having a problem where my document has a textbox with the text alignment set to justify. I then run a process where I replace some textAspose.Pdf.Facades.PdfContentEditor pdfContentEditor = new...
View ArticlePDF Facades & PDFViewer
I am trying to use the Aspose.PDF.Facades to generate a PDF with fields filled in. This I have working (see code below). My problem comes when I try to print the resulting PDF using PDFViewer. My input...
View ArticlePdf generation taking long time
Hi I'm generating a very small document with Aspose Trial version. And it turns out that pdf generation from html is taking 900 milliseconds. Please review the code and html and let me know if i'm...
View ArticleVery poor performance getting images from pdf pages
I am attempting to get images from the pages in my pdf document and aspose pdf software is consuming all cpu and taking a very long time.I have a 27 page pdf that I tested this on, gave up 27 minutes...
View ArticleIs it possible to add custom font to PDF document?
Hi,We have our custom .ttf font in our Android application assets.Does Aspose library support adding (embedding) that font to a PDF document? If yes, please point to a corresponding API.We are going to...
View ArticleUnexpected breaks in words containing umlaut characters
Dear AsposeIf a word contains umlaut characters like ä ö ü etc. Aspose.PDF sometimes unexpectedly breaks words at the end of the line, müssen becomes m[newline]üssen. I have attached an example for a...
View Articleaspx to pdf
Hello,Please examine the code below. I am overriding the Render method of my web page to generate a pdf copy of our aspx page. It works great, except I am getting a 1.5" margin on the right, a 1.25"...
View ArticleHow to extract all Adobe fields quickly?
Dear Aspose support,I need some help in processing a specific PDF document. My goal is to get every Adobe field in this document and its position + coordinates. Then, remove them from the document by...
View Articleinsert text with html to a table cell PDF .net
Hi,i am building a PDF document. i need to add text Dim s1 As String = "<b>STAFF STATUS: </b>"to a table cell. since it has html in it, i believe i have to do something different. here is...
View ArticleHyphenation of words containing hyphens using a HyphenationDictionary
Dear Aspose We are facing a problem with Aspose.PDF using a HypenationDictionary. If a word already contains a hyphen, e.g. VKF-Brandschutzrichtlinie (it's German) and the HyphenationDictionary...
View Article