Quantcast
Channel: Aspose.Pdf Product Family
Browsing all 3131 articles
Browse latest View live

Aspose pdf examples error

Hello I am getting the attached error when I run any of the working with PDF examplesI have a windows 7 sp1 pro machine.NET 4.51is there something I am missing or need to set on my machine?

View Article


PDF to PDF-A Failed for documents with multiple fonts and colors

I am trying to convert a PDF document to PDF-A/1b and failed to do with the attached PDF file. Using the code bellow for this purpose:    public void convertToPdfArchive(byte[] a_byteArrInputDocument)...

View Article


Arabic text extraction from PDF

Hi , We are using aspose to extract arabic text from pdf files .The problem is the extracted text looks encrypted , our code :public String getString() throws Exception { com.aspose.pdf.Document...

View Article

Re: How to extract every word of text and their position coordinates

I am doing the same (albeit java version). It works mostly, but some words come out backwards and others are joined together even though they are far from each other (but with same vertical...

View Article

Difference between Aspose.Pdf and Aspose.Pdf.Generator

Hello,I need to build a PDF document programmatically from scratch using Aspose. I couldn't understand why there are two separate APIs within Aspose to create a PDF document. I went through some...

View Article


Cell content (SysDate) not displaying when generating more than one report in...

Hello,As one of your costumers, we are using Aspose.PDF to generate some reports in PDF format.When generating a sample report it works fine, but when we use it to generate more than one report in the...

View Article

So much MemoryError.............................Aspose.Total for Java

    Document pdfDocument = new Document(new FileInputStream(                System.getProperty("user.dir") + "\\1.pdf"));        HtmlSaveOptions saveOptions = new HtmlSaveOptions();...

View Article

Remove / Disable URL links in PDF

For our end client application, we need to disable hyperlink URLs in PDF documents.I'm using this code without success:com.aspose.pdf.Document document = new...

View Article


Password Protection is NOT Working When Opening PDF in Mobile

Hi,I have applied password protection for PDF file using Aspose.PDF V8.2.0.0. The password protection is working fine in my PC but when I open the same PDF using any mobile, the PDF file is not...

View Article


RDL report extends beyond the width and length of an A4 page

If the content of a RDL report extends beyond the width and length of an A4 page format, will Apose PDF manage:width: the wrapping of the data onto the next page with column headingslength: the...

View Article

Update Links in a PDF File

In this article... http://www.aspose.com/docs/display/pdfnet/Update+Links+in+a+PDF+File ... I've tried the demo code in the "Set Link Target to Another PDF File" and get the following error...{"Unable...

View Article

How to identify Spot or Pantone color from PDf text

HI Team               How to identify Spot or pantone color from text using text using TextFragmentAbsorberI am able to receive only RGB, Gray and CMYKThanks and RegardsBalamurugan V

View Article

Add Hyperlink to new Page in existing pdf

Hi Aspose Team!I have a little problem with one of my projects. I´m using Aspose.Pdf 7.2.0.0I´m trying to add a new Page to a Pdf document and then insert text as hyperlink on the new page.I can create...

View Article


Aspose.Pdf 10.1.0.0 security permissions issues

Hi,Have some questions about PDF generation and setting security permissions. Tested on Aspose.Pdf 10.1.0.0.Project attached.I set IsAnnotationsModifyingAllowed to true, but it works only if...

View Article

Which HTML tags does Aspose.PDF support?

According to this page:http://docs.aspose.com:8082/docs/display/pdfreportingservices/HTML+Formatting"currently Aspose.Pdf for Reporting Services does not support all HTML tags."Which tags does it...

View Article


Image to Searchable PDF

I'm trying to convert an image to a searchable PDF.To do this I use tesseract to make OCR.The problem is that the Convert method never call the CallbackGetHocr method .. Here is the code:private string...

View Article

PDFFileEditor Append Not Working

I tried using two of the Append method overloads of the PDFFileEditor Class and neither one was recognized as a valid call. I tried:.Append(inputFile As String, portFilesAs String(), startPage As...

View Article


RepeatingRows adds unwanted padding on second page

I'm currently evaluating Aspose, and one of our most desired features of Aspose is its ability to handle repeating rows when tables break pages.In testing, I am seeing extra padding on the first...

View Article

How do I modify a table that was loaded using XmlLoadOptions?

I am trying to modify a table programatically after loading it from XML, however it seems that the Page.Paragraphs collection is empty after loading the XML.Am I doing something wrong?XML:<?xml...

View Article

ExtractTextFromIndividualPageOfPDF Evaluation example truncating text

Hello:After downloading the trial version, I ran you example to extract text without changing any code.  While using your sample pdf file the result only outputted a few characters from the first page....

View Article
Browsing all 3131 articles
Browse latest View live