Sort Score
Result 10 results
Languages All
Labels All
Results 4,481 - 4,490 of 414,181 for

pdf

(0.59 sec)
  1. 在 Python 中设置 PDF 过期|Aspose.PDF for Python via Java

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, Pdf, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Python 中设置 PDF 过期 Contents [ Hide ] 要使用 Aspose.PDF Java for Python...Python 设置 PDF 文档的过期,只需调用 SetExpiration 类。 Python 代码 doc= self...

    docs.aspose.com/pdf/zh/python-java/set-pdf-expi...
  2. Frame rendered in wrong place when converting D...

    Hi, When converting a DOCX to Pdf using Aspose, I noticed one of the frames was rendered in the wrong place. Code: var doc = new Document(@".\test.docx"); doc.Save(@".\test.Pdf"); I’ve attached the test files and a s…...place when converting DOCX to PDF Aspose.Words Product Family words-net...Hi, When converting a DOCX to PDF using Aspose, I noticed one of...

    forum.aspose.com/t/frame-rendered-in-wrong-plac...
  3. Unhandled exception while performing OCR operat...

    could you please provide the access to download the zip file, presently while am trying to download giving the below error: Sorry, this file is private. Only visible to topic owner and staff members....performing OCR operation on scanned PDF Aspose.OCR Product Family surya...Topic tool. OCR a PDF image to a readable PDF asad.ali August 11...

    forum.aspose.com/t/unhandled-exception-while-pe...
  4. How to get Images from a PDF in Python

    This topic explains how to get images from a Pdf in Python by adhering to a step-wise procedure and a runnable sample code. The sample code can be utilized to get all images from Pdf in Python as well as selected ones using a very few lines of code only....PDF Product Family Aspose.Cells Product...Family How to get Images from a PDF in Python This topic covers details...

    kb.aspose.com/pdf/python/how-to-get-images-from...
  5. How to Merge HTML Files to PDF in C#

    This basic tutorial focuses on how to merge HTML files to Pdf in C#. It covers the library configuration in your environment and a step-by-step process followed by a working sample code to combine HTML to Pdf in C#....PDF Product Family Aspose.Cells Product...Family How to Merge HTML Files to PDF in C# This basic tutorial focuses...

    kb.aspose.com/html/net/how-to-merge-html-files-...
  6. HTML to PDF Conversion Issues: Table Row Border...

    Table Row Borders on Page Break When a table row splits across pages, the border on the previous page doesn’t close properly. We tried: table { box-decoration-break: clone; } This CSS property is ignored. Request: A…...HTML to PDF Conversion Issues: Table Row Borders, Page Breaks...Aspose.PDF Product Family html-to-pdf , aspose-pdf-java , pdf-java...

    forum.aspose.com/t/html-to-pdf-conversion-issue...
  7. How to Verify Digital Signature in PDF using Java

    This short article guides on how to verify digital signature in Pdf using Java. It has all the IDE settings, detailed steps and a runnable sample code to verify signature in Pdf using Java....PDF Product Family Aspose.Cells Product...Verify Digital Signature in PDF using Java This quick tutorial...

    kb.aspose.com/pdf/java/how-to-verify-digital-si...
  8. Got null pointer issue on converting PS to PDF ...

    I am using aspose-page-25.12.jar and following your example code, to convert ps file to Pdf. But I got the below issue on some files: Cannot invoke “com.aspose.page.internal.l1l.I594.equals(Object)” because “” is null …...pointer issue on converting PS to PDF in Java Aspose.Page Product Family...code, to convert ps file to pdf. But I got the below issue on...

    forum.aspose.com/t/got-null-pointer-issue-on-co...
  9. How to Convert PDF to SVG Image using C#

    This tutorial explains how to convert Pdf to SVG using C#. It contains the information to prepare the environment, followed by a sequence of steps and a code snippet for rendering Pdf to vector image using C#....PDF Product Family Aspose.Cells Product...Product Family How to Convert PDF to SVG Image using C# This tutorial...

    kb.aspose.com/pdf/net/how-to-convert-pdf-to-svg...
  10. Black box for certain images when doing PDF to ...

    I’m using the following code, in Java: Page firstPdfPage = PdfDocument.getPages().get_Item(1); PageInfo PdfPageInfo = firstPdfPage.getPageInfo(); Dimension PdfDimension = new Dimension((int) PdfP…...images when doing PDF to Image conversion Aspose.PDF Product Family...renditionOutputStrea); Using Aspose PDF 25.11, this generates a black...

    forum.aspose.com/t/black-box-for-certain-images...