Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 51,305 for

import document

(0.1 sec)
  1. TextFragmentAbsorber with TextSearchOptions Reg...

    Hi, I am trying to split a 1652 page PDF based on a rule. My current implementation works fine with PDF files that have 120 pages. With my large PDF I get very long wait times when using the following code: var documen…...following code: var document = new Document(inputStream); //use...TextSearchOptions(true)); document.Pages.Accept(textFragmentAbsorber);...

    forum.aspose.com/t/textfragmentabsorber-with-te...
  2. Add watermark to PDF|Aspose.PDF for Java

    This article explains the features of working with artifacts and getting watermarks in PDFs using programmatically the Java....adding watermarks to your PDF document using Artifacts. Please check...pdf.examples ; import com.aspose.pdf.* ; import com.aspose.pdf...

    docs.aspose.com/pdf/java/add-watermarks/
  3. Redact PDF using Python | Aspose.PDF

    Redact PDF Documents programmatically with Python sample code using Aspose.PDF for Python for .NET...run the command: Redact PDF documents via Python You need Aspose...the PDF with an instance of Document. Create TextFragmentAbsorber...

    products.aspose.com/pdf/python-net/redaction/
  4. Convert PDF to Excel|Aspose.PDF for Java

    Aspose.PDF for Java allows you to convert PDF to Excel format using java. During this, the individual pages of the PDF file are converted to Excel worksheets....as a second argument to the Document.Save(..) method. Converting...pdf.examples ; import java.io.IOException ; import java.nio.file...

    docs.aspose.com/pdf/java/convert-pdf-to-excel/
  5. Convert Image To WORD Python

    Convert Image to WORD format in Python code. Save Image as WORD using Python....converting image to Word Use our document conversion API to develop...to import and export image, Word, and many other document formats...

    products.aspose.com/words/python-net/conversion...
  6. Add, Delete and Get Annotation - Facades|Aspose...

    Discover how to add, delete, and retrieve annotations in PDF Documents using C++ and Aspose.PDF for advanced Document markup....annotation in an existing PDF document. For example, in the following...CreateFreeText(…), etc. Save the PDF document by using the Save(…) method...

    docs.aspose.com/pdf/cpp/add-delete-and-get-anno...
  7. Working with Portfolio in PDF using Python|Aspo...

    How to Create a PDF Portfolio with Python. You should use a Microsoft Excel File, a Word Document, and an image file to create a PDF Portfolio....single, consistent document. Such a document could include text...creating PDF Portfolio documents using the Document class. Add a file...

    docs.aspose.com/pdf/python-net/portfolio/
  8. 在 JSON 中导入和导出数据|Aspose.PDF for .NET

    本节解释如何在 JSON 中导入和导出数据...true }; // The path to the documents directory var dataDir = RunExamples...(); // Open PDF document using ( var document = new Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/import-export-json/
  9. Track Changes in a Document|Aspose.Words for No...

    Track changes to content and formatting made by you or others using Node.js. Access individual revisions in a Document and apply various properties to them....Ask AI Track Changes in a Document Contents [ Hide ] The functionality...individual revisions in your document and apply different properties...

    docs.aspose.com/words/nodejs-net/track-changes-...
  10. Add, Get, or Remove Watermarks in PDF Using Pyt...

    Add, get or remove watermark from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET...the PDF with an instance of Document. Create an instance of WatermarkArtifact...Output file: import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/watermark/