Creating a PDF section using a byte array
Hello,Im building a big pdf out of multiple sources including other PDFs, which are retrieved via API in the form of a byte array. Using Generator.Pdf.Import(streamreader) seems like it is built for...
View Articlepdf to excel convert
Hi,I am trying to convert pdf to excel. using below code. Attached sample files used for my testing. It is generating excel with no content. If i am trying open excel it isnot opening in office 2013....
View ArticleRe: Export PDF to Excel with Aspose.Pdf
My name is Fabio Rosa. I'm the develop manager of Industrial area of Fabril/Forwood System of the Lógica Informática company. I tested the Aspose.PDF 9.5 to verify the issue correction. The...
View ArticleStamping image to PDF document at certain position
Hi,I have a requirement to stamp an image to pdf document. I would like to place the stamp on a certain position in the pdf. The position of the stamp is captured from an image generated from the pdf...
View ArticleGetting Started?
I've just downloaded the Java Components from the downloads page and got a .ZIP file.I'm looking to start using the trial to convert text documents to PDFs however there's nothing in that .ZIP that...
View ArticleExtract Footers/Headers from pdf file
Hi,I can't find in your API option to extract footers and headers from pdf file.I have seen it was developed: PDF NEWNET-31086but i have not seen any example how it can be done.I am using Aspose.Pdf...
View Articleextract attachement in a PDF document generated with acrobat XI
Hi,Is it normal that Java Aspose library can not get attachements from a PDF document generated with Acrobat 11? (pdfDocument.getEmbeddedFiles().size() returns me 0 ). Or do I need an license to do...
View ArticleError on adding TIFF-Image to PDF
I try to add an TIFF Image (attached) to a new created PDF and got an exception!Here the codePdf doc = null;ByteArrayOutputStream byteArrayOutputStream = null; doc = new...
View ArticleMalware detected
Our McAfee virusscan flagged bmifln.cbs as a Trojan, is it a false alarm? If so, since the file was deleted do we need to re-install aspose? Here are the details from McAfee:Threat Target File...
View ArticleHeader in pdf files
Is it possible to add a header with table,text and image in a new header ona existing pdf files using Aspose.pdf?All existing text and object must be 'moved' down to make Place for the new...
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 ArticleFileSpecification from stream - Modified is Unknown
Hi,We have the issue while adding attachment into a PDF file by using FileSpecification with stream.using (System.IO.Stream ms = ...){ pdf.EmbeddedFiles.Add(new FileSpecification(ms, file.ID));}The...
View ArticlePdf Open Action default view
Dear Aspose,I am having trouble specifying the default view for Pdf documents. I would like them all to open to fit the page width and open at the very start of the document i.e. top edge of first...
View ArticlePDF header signature not found
We are using another tool that creates an image from a scanner from our web application. That image is then passed from the client to the server and to our Aspose logic as a stream. Then we create an...
View ArticleQuestions about new PDF library
Ok this will work without ERROR!thxbut now I have some questions how I should to things with this code and the new PDF library1. How can I set the PDF Conformance to PdfFormat.PDF_A_1B2. How can I set...
View ArticlePolish characters with Helvetica font and Italic fontstyle
Hello,I tried your sample code in C# "Adding Text Stamp in the PDF File"://open documentDocument pdfDocument = new Document("input.pdf");//create text stampTextStamp textStamp = new TextStamp("Sample...
View ArticlePdf text extraction failure
HiI am using Aspose Java Pdf 9.3.0. In one of our machine, the text extraction from pdf fails. The is the stack trace is at the end of this post.We are using java version "1.7.0_60" and it runs on...
View ArticleLow speed of PDF parsing with GroupDocs
Hello Dear ASPOSE team,As we know GroupDocs is your member. So, please, help us to solve the issue in GroupDocs PDF viewer library. GroupDocs memebers said that the issue is in your library.We are...
View ArticleEmpty PDF
Hi,When I'm using the next code (with Aspose.pdf version 9.5.0.0): Pdf pdf = new Pdf(); Aspose.Pdf.Generator.Section sec1 = pdf.Sections.Add(); sec1.Paragraphs.Add(new...
View ArticleAfter Save() - "The process cannot access...because it is being used by...
Hi,When I'm usnig the next code (with Aspose.pdf version 9.5.0.0):pdf.Save(123.pdf); File.ReadAllBytes(123.pdf);I'm getting exception: "The process cannot access the file '123.pdf' because it...
View Article