Load PDF and render it on Canvas/JPanel. A package is missing.
I am working on a project to load files with different formats and display them on a Java component, such as Canvas, JPanel, or JavaFX panes. I can use Aspose.Words to load DOCX, XML, TXT, HTML with...
View ArticleAspose.PDF exports corrupted graphics files, trial version
I just tried the code out, and I can read in DOCX files and output them to PDF/TIFF/JPEG without issue. But when I read in a PDF file, and try to output DOCX/TIFF/JPEG, only the DOCX file works. The...
View ArticleTextAbsorber with Rectangle generates incomprehensible failure
I am reading a PDF page by page but on page 69 of the PDF attachment that generates an error message "Index was outside the bounds of the array" occurs. This does not make sense that an error occurs...
View ArticleChanging Pdf's Producer field
Hello,I'm trying to change pdf's "Producer" field, by:PdfFileInfo fileInfo = new PdfFileInfo("myPdf.df");fileInfo.Producer = "blabla";fileInfo.SaveNewInfo("myNewPdf.pdf");But then I get error that...
View ArticleFastest way to extract entire content of PDF file as Single String
Hi Team,I am having a huge pdf file (almost 60 pages) and I want to extract the entire content of the PDF as single string .I know I can use TextAbsorber,TextDevice and PdfExtractor but I want to know...
View Articleoptimize combined pdfs
Dear ladies and gentlemen, in our application we combine several pdf-files to one single file. Those pdf-files (PDF/A-1b) were created with Aspose.Words out of a MS-Word document. Each of those files...
View ArticleConvert images file into searchable pdf in .net
Hi I am convert all images file to pdf file,but i need some more facility,like images have some words,so after convert images to pdf file,i need to search the word form pdf,but currently not show any...
View ArticleHow do you stop words from being split across two lines
Dear TeamWe have an issue in using Aspose.pdf. We need to convert HTML to PDF. The issue is words are getting split to next lines. Attaching the code & sample output for reference. Please helpCode...
View ArticleProblem with license
We are using an older version. I've just downloaded latest version and I get this exception: {"The subscription included in this license allows free upgrades until 20 Sep 2013, but this version of the...
View ArticleDemo limitations
I am evaluating Aspose.PDF and sometimes it only extracts the first line and other times it is only extracts part of the first line. Is this a limitation of the demo version? How can I test this...
View ArticleAbsorber - How to get the rows without spaces (formatting) left?
Hello I am using Aspose.Pdf (9.4.0) and after using the command "pdfDocument.Pages [page] Accept (textAbsorber);". I get the rows from the page with their respective spaces at the beginning of each...
View ArticleNon-trappable error
The following outputs an error on the jpegdevice.process command.java.lang.ArrayIndexOutOfBoundsException: 3java.lang.ArrayIndexOutOfBoundsException: 3Can I trap this? it just spits out error to...
View ArticlePDF resaved to PDF/A-1b results in background of page 1 image in dark blue
We are using your toolkit to remove metadata from PDFs and/or change the PDF to a Secure PDF or PDF/A. One of our clients had a document, that unfortunately I do not have permission to submit, where...
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 ArticlePrintg a PDF from an ASP.NET Web Page
I am researching your product and I want to know if your product can print a PDF from a ASP.NET web page to the client's Printer. The PDF should not show and print automatically. We have PDFs stored...
View ArticleIssue with PDFSignature.verifySignature method for Aspose pdf for Java
Hi,I am trying to verify that a pdf is signed with the correct signature using Aspose 9.3.0. I am using the following code but the verifySignature does not works. PdfFileSignature pdfSign = new...
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 ArticleCreating a PDF doc from xml and xlst file pair.
Hi.My namae is cemil karapinar.I started to evaluate Aspose.Pdf .for .net. product.When I used BindXML method it waited indefinetly resulting error "The remote server returned an error: (500) Internal...
View ArticleHow to identify the amount of columns of a page / file?
I'm trying to read a PDF with Aspose.Pdf (9.4.0) using the method Absorber. The problem is that the pages / files have different amount of columns! How is it possible to discover the amount of columns...
View ArticleTextDevice methods are changing the text position.
I was using Aspose.Pdf (9.4.0) with the method Absorber and when I started using the class textDevice the "footer" of the PDF has become returned in the string before the "header". Why this is...
View Article