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

import document

(1.1 sec)
  1. 从 PDF 中提取页面|Aspose.PDF for Python via .NET

    使用 Aspose.PDF for Python 从 PDF 文档中提取选定的页面。... import aspose.pdf as ap import aspose.pdf.facades...facades as pdf_facades import sys from os import path sys . path ....

    docs.aspose.com/pdf/zh/python-net/extract-pages...
  2. 从 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...
  3. View DOTX File Online and Load or Read DOTX Fil...

    Free online DOTX file viewer app. Python API code to read and load DOTX file for viewer application....File Online and Load or Read Document via Python Develop powerful...powerful Python based DOTX document viewer utility application. Code...

    products.aspose.com/total/python-net/viewer/dotx/
  4. Set Field Script|Aspose.PDF for Python via .NET

    This code snippet shows how to assign a JavaScript action to a form field in a PDF Document using Aspose.PDF for Python....Open an existing PDF form document. Add a JavaScript action to...modified PDF document. import aspose.pdf as ap import aspose.pdf...

    docs.aspose.com/pdf/python-net/set-field-script/
  5. 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...
  6. 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...
  7. HtmlFixedSaveOptions.save_font_face_css_separat...

    HtmlFixedSaveOptions.save_font_face_css_separately property. Flag indicates whether @font-face CSS rules should be placed into a separate file fontFaces.css when a Document is being saved with external stylesheet (that is, when [HtmlFixedSaveOptions.export_embedded_css](../export_embedded_css/) is ``False``)...css” when a document is being saved with external...names. from api_example_base import ApiExampleBase , MY_DIR , ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 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/
  9. Open a password-protected PDF using Go|Aspose.P...

    Open a password-protected PDF File with Aspose.PDF for Go via C++....Open a password-protected PDF document This code snippet explains...PDF document using Aspose.PDF for Go via C++. The document is...

    docs.aspose.com/pdf/go-cpp/open-password-protec...
  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...