Reset Form function
Is there a simple way to reset all form fields in a document? Something equivalent to either the Forms > Clear Form command in Adobe Acrobat or the Reset a Form action that you can assign to a...
View ArticlePDF to DOC conversion
I am testing out the trial version of Aspose.PDF and I am having some issues when the conversion to DOC involves French text.Outside of some bolding issues and some small spacing issues the conversion...
View ArticlePngDevice.Process cutting off image
We are converting PDF files to PNG files using PngDevice.Process. For most documents, it works fine, but we have a few where the process is cutting off the right side of the drawing. A few notes:If...
View ArticleText Background and Alignment
Hi,I have same the problem in getting the text to change the text alignment to center and I am using Aspose.Pdf version 8.8.0.0. Here is my code. using (Aspose.Pdf.Document Doc = new...
View ArticleExtract Images from PDF according to TrimBox
I have a PDF file which contains one bitmap image per page. The pages of the file have been cropped using Adobe Acrobat. As always with Adobe Acrobat, the PDF file still contains the full original...
View ArticleConverting PDF to DOC with 4.5.0 Java: Issues and Concerns
Hello. I'm posting about PDF-to-DOC conversion in the latest 4.5.0 version of Aspose PDF.In another thread, I mentioned that .docx conversion does not seem to be supported (out of range error on the...
View ArticlePdf to image conversion in Linux
Hi,Below is the error that is occurring when trying to convert PDF document into Images using Aspose API on Linux. Same code is working fine on windows. at com.aspose.ms.System.a.f.get_Item(Unknown...
View ArticleAspose Pdf Background Foreground color
I'm trying to use Color to hilghlight a text to add in a pdf.textFragment.TextState.BackgroundColor = Aspose.Pdf.Color.FromRgb(System.Drawing.Color.White);I Have this error : "Connot implicity convert...
View ArticleUnable to identify correct Black and white PDF pages
Hi,I want to determine if the current PDF is colored, B&W or Gray-scale. The following code snippet works fine for color PDF and Gray scale PDFs. When i test it with B&W PDF files it display...
View ArticleAspose.pdf for .NET - PDF to TIF conversion not capturing checkmarks in boxes
We have run into a problem with our conversion. This suddenly started happening last week and we're not able to find out the root cause. All of our PDF's that have been run through the conversion...
View ArticleVery slow access to images in PDF files
I'm working with a set of PDF files, extracting the images included on each page, and processing the images in various ways. However, I find that the extraction of the images is a very slow bottleneck...
View Articlehtml to pdf
Hi Nayyer,We are trying to render HTML content as pdf document in Java, can you guide us to achieve it, so that we can buy Aspose.Pdf.This message was posted using Email2Forum by Nayyer Shahbaz.
View ArticleIssue in Extract Text from PDf
Hi,I tried the following piece of code to extract text from PDF and it gives me a null pointer exception. Please help me resolve this issue. It is an urgent requirement. PFA the source pdf file.String...
View ArticlePDF table rows overlap each other if table goes over a page
HelloI have an issue when a table goes over a page long. The first two rows on the new page seem to render on top of each other (see attached screenshot and Output.pdf).I don't think I am doing...
View ArticleNoClassDefFoundError when trying to extract image from pdf in Glassfish 7.1.1
Hi there,we are trying to extract scanned images from a pdf. In a test scenario (unit test) this works like a charm, but once we try to include this into our web application things change for the...
View Articlepdf rendering inconsistencies
Hi,we have noticed that when our data is placed within tables the pdf output renders values in different font sizes. However, in the html view the sizes are consistent. Please see attached pdf sample...
View ArticleHow to merge two PDFs
I am going to merge two PDFs, but the return value is falseFollowing in my code List<string> inputFiles = new List<string>(); inputFiles.Add("pdf1.pdf");...
View ArticleWhat is the best approach to identify rows in table of current .pdf
Hello.I need recognize rows of .pdf document. Is there are way to do it? Maybe with line position? Or maybe with text coordinates? If there are some ways then what is better?Thanks!
View ArticleConvert mouse coordinates to pdf units
I've been googling for the past couple days on how to convert mouse coordinates to pdf units & this has proven to be very difficult...or at least I haven't been able to find it. I have an X,Y...
View ArticleJava code to read "Marathi" (Indian local language) PDF and store...
Hi , I am developing a project in java , which reads data from PDF (Marathi - (Indian local Language) ) and that data will be formatted .i.e. Only required fields will be stored in database....
View Article