Get paragraphs in pdf file
Hello,I am using aspose.pdf 4.5.1to get all the paragraphs of a pdf file,Here is the code:com.aspose.pdf.Document pdfDoc = new com.aspose.pdf.Document(new FileInputStream(file));PageCollection pdfPages...
View ArticlePDF imge extracion issues
Hi Aspose Support. - We have a PDF as attached.- We extract images from PDF exactly as you describe it on your webpage (http://www.aspose.com/docs/display/pdfjava/Extract+Images+from+the+PDF+File):...
View Articlemultipage tiff to pdf.
Hi, i was trying to convert a multipage tiff image to pdf. But i see only the first page being added to pdf but not the rest of the tiff pages though i set "setIsAllFramesInNewPage" to true. Can you...
View ArticleFormatted Annotations
We are wanting to add formatting to our text annotations. For example, the first line of the annotation would be bold, underlined and centered. On the second line, the first few characters would be...
View ArticleSplit PDF based on Text in PDF
Is Aspose able to read a certain part of a pdf page and then rename the pdf file based on the number on that page?
View ArticleExporting ASPX to PDF Including CSS
We have created a sample .Net application that includes a third party Web user control (Telerik Rad Org Chart).As the Aspose.Pdf is providing the method to export the Web page to PDF, We are using the...
View ArticleHow can insert metadata with prefix and url
pdfDocument.Metadata.RegisterNamespaceUri("xmlns:xmp","http://ns.adobe.com/xap/1.0/"); pdfDocument.Metadata["xmp:ModifyDate"] = DateTime.Now; //set properties...
View ArticleLoading TTF fonts from a resources folder
Hi,From reading through various posts I think I know the answer to this however I just want clarification. I am trying to use the Tahoma font when generating a PDF, however I'd preferably like to be...
View ArticleHow to limit memory usage when extracting text from large PDFs?
We are using Aspose.Pdf 8.0 and seeing very high memory usage when attempting to extract the text from large PDF files (thousands of pages).We need to extract the text in a way that allows us to...
View ArticleDoes Aspose.Pdf support multi threading
Does aspose support multi threading. where we are combining a lot of filesif there is a bad file pdfit hangs the whole aspose process i want to be able to tell when aspose has hanged without the input...
View ArticleAsposePDF 8.5 not printing the correct size.
Dear Aspose,I am having difficulties printing a PDF in its true size. I am working on 2008 server, with aspose 8.5. See the attachments for PDF and my code. No matter what i try (margins to 0,...
View ArticleGet RawFormat from XImage
Dear Aspose Team,I need get RawFormat from XImages from PDFDocument.Pages.Resources.Images to save them before treatment to reduce their weight, but the XImages doesn't have this method.How can do...
View ArticleKeep tables on the same page - HTML to PDF
Hi guys,We are trying to generate a PDF from HTML content which has a number of tables. We are finding that content of tables is spilling onto a second page which looks untidy when it prints. For...
View ArticleTable row height miscalculated after page break
In some situations the height of the first table row is wrongly calculated after a page break (see attached screenshot or output.pdf).We use the following code to produce the PDF:Pdf document = new...
View ArticleGet coordinates and dimensions of a desired string or characters
Hi,I use SaasPose to convert MS Word documents into PDF.I would like to achieve the following:1. On my converted document Sample.pdf, I have a string "Sireesha" repeated in different parts of the PDF...
View ArticleMultiple Tables
Hello,I am using Aspose PDF for .NET to attempt to render some reports.I am trying to render two tables on a single PDF Document using the table object. Both tables are quite long and therefore go...
View ArticleWatermarks are printed bad.
Hi,We use Aspose.pdf library to apply watermarks and print documents.I get file "Test (original).pdf",apply watermark by Aspose.pdf -> "Test (with watermark).pdf".I open this file "Test (with...
View ArticleInsert first page
Hello, I'm trying to insert a new page to an existing pdf file at the index 1, but i'm getting an white empty page with 0 width and 0 height. If i try to insert the page to any different index it works...
View ArticleWebpage to PDF conversion support
Hi Support,I require to convert a webpage to PDF format. HtmlLoadOptions options = new HtmlLoadOptions(); options.UseNewConversionEngine = true; Aspose.Pdf.Document pdf = new...
View ArticleGrid view layout option in Aspose.Pdf
Hi Support,I have a question about grid view layout. When creating a pdf document which is a collection of other pdfs, how can I set the layout to grid view file preview?Is this possible with...
View Article