Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 56,423 for

import document

(0.15 sec)
  1. Compare PDF Documents in Python|Aspose.PDF for ...

    Learn how to compare PDF Documents in Python using side-by-side and graphical difference output with Aspose.PDF for Python via .NET....Compare PDF Documents in Python Contents [ Hide ] Ways to Compare...Compare PDF Documents When working with PDF documents, there are...

    docs.aspose.com/pdf/python-net/compare-pdf-docu...
  2. Using Link Annotations in PDF|Aspose.PDF for Py...

    Aspose.PDF for Python via .NET allows you to Add, Get, and Delete Link Annotation from your PDF Document....same or within an external document when you click. A Link Annotations...example: import aspose.pdf as ap document = ap . Document ( input_file...

    docs.aspose.com/pdf/python-net/link-annotations/
  3. 从 PDF 中提取附件|Aspose.PDF for Python via .NET

    了解如何使用 Python 和 Aspose.PDF 处理 PDF 附件。... import aspose.pdf as ap def extra...outfile ): with ap . Document ( infile ) as document : print ( f "Extracting...

    docs.aspose.com/pdf/zh/python-net/extract-attac...
  4. FieldIncludePicture.IsLinked | Aspose.Words for...

    Optimize your Documents with the FieldIncludePicture IsLinked property—control graphic storage to reduce file size and enhance performance....storing graphics data with the document. public bool IsLinked { get...images using IMPORT and INCLUDEPICTURE fields. Document doc = new...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Python PowerPoint API by Aspose.Slides | produc...

    Aspose.Slides for Python via Java is a Python PowerPoint API that lets you create, modify, and convert PowerPoint presentations in Python....Install-Package Visit our documentation for more details. Aspose...of the presentation. import jpype import asposeslides jpype.startJVM()...

    products.aspose.com/slides/python-java/
  6. 签名完整性检查|Aspose.PDF for Python via .NET

    了解如何使用 Python 中的 PdfFileSignature 检查 PDF 签名是否覆盖整个文档并验证已签署文档的完整性。...检查签名是否覆盖整个文档 使用 covers_whole_document() 当您需要确认签名适用于完整的 PDF,而不仅仅...覆盖范围。 import aspose.pdf.facades as pdf_facades import sys from...

    docs.aspose.com/pdf/zh/python-net/signature-int...
  7. Add Polyline Annotation|Aspose.PDF for Python v...

    The example binds an input PDF, creates a solid polyline on the first page, and saves the modified Document with an annotation....connections in diagrams and documents. Create the PdfContentEditor...the updated Document. import aspose.pdf as ap import aspose.pdf...

    docs.aspose.com/pdf/python-net/add-polyline-ann...
  8. TIF to PDFA conversion using Aspose JAVA API is...

    Hi Team, When I try to convert a multi-page TIFF file to PDF/A using Aspose Java code, the input TIFF file size is 174 KB, but the generated PDF/A file size is 441 KB. The output file is almost four times larger than th…... import com.aspose.imaging.Image; import com.aspose...PdfOptions; import com.aspose.pdf.ConvertErrorAction; import com.aspose...

    forum.aspose.com/t/tif-to-pdfa-conversion-using...
  9. Insert and Append Documents in Java|Aspose.Word...

    Combine Documents into one: insert or append a Document into a new or existing one using find and replace, merge field, bookmark, or simply at the Document end in Java....Ask AI Insert and Append Documents Contents [ Hide ] Sometimes...required to combine several documents into one. You can do this...

    docs.aspose.com/words/java/insert-and-append-do...
  10. Find an replace with multiple line - Free Suppo...

    Hi I need to replace a text in pdf with multiple lines , example test1 => test1 test2 test3. i tried to add \n but it does not work. It adds space like test1 test2 test3. we are using TextFragmentAbsorber to find…...achieve this: import com.aspose.pdf.Color; import com.aspose.pdf...pdf.Document; import com.aspose.pdf.FontRepository; import com...

    forum.aspose.com/t/find-an-replace-with-multipl...