Sort Score
Result 10 results
Languages All
Labels All
Results 2,901 - 2,910 of 417,994 for

document

(0.27 sec)
  1. Removing attachment from PDF|Aspose.PDF for C++

    Aspose.PDF for C++ can remove attachments from your PDF Documents. Use C++ PDF API to remove attachments in PDF files using Aspose.PDF library....A PDF document’s attachments are held in the Document object’s...the updated file using the Document object’s Save method. The...

    docs.aspose.com/pdf/cpp/removing-attachment-fro...
  2. Rendering in Python|Aspose.Words for Python via...

    Use Aspose.Words for Python via .NET rendering feature to format a flow-layout Document into pages and convert such a Document or selected pages to other Documents (PDF, HTML, XPS, etc.) or images (TIFF, PNG, SVG, etc.) formats for viewing, further conversions, or printing....describing how flow‑layout documents are paginated and converted...the process of converting a document into a file format or a medium...

    docs.aspose.com/words/python-net/rendering/
  3. 适用于 Rust 的 PDF 格式转换解决方案 | Aspose.PDF

    使用 Rust 将 PDF 转换为 DOCX、DOC、PPTX、PNG、TIFF、EPUB、TEX、SVG 等...PDF 转换为 DOC use asposepdf :: Document ; fn main () -> Result < ()...Open a PDF-document with filename let pdf = Document :: open (...

    products.aspose.com/pdf/zh-hans/rust-cpp/conver...
  4. Convert PDF to Microsoft PowerPoint|Aspose.PDF ...

    Aspose.PDF allows you to convert PDF to PowerPoint format using Java. One way there is a possibility to convert PDF to PPTX with Slides as Images....feature to transform PDF documents into PPTX format. During this...as a second argument to the Document .save(..) method. Check next...

    docs.aspose.com/pdf/java/convert-pdf-to-powerpo...
  5. DocumentPropertyCollection.Count | Aspose.Words...

    Discover the DocumentPropertyCollection Count property to effortlessly retrieve the number of items in your collection for efficient data management....custom document properties. Document doc = new Document ( MyDir..."Properties.docx" ); // Every document contains a collection of custom...

    reference.aspose.com/words/net/aspose.words.pro...
  6. OlePackage | Aspose.Words for Java

    Allows to access OLE Package properties in Java....Working with Ole Objects documentation article. Remarks: OLE package...embed any type of data into document. Now this application is excluded...

    reference.aspose.com/words/java/com.aspose.word...
  7. Paragraph.ParagraphBreakFont | Aspose.Words for...

    Discover the ParagraphBreakFont property for seamless font formatting of paragraph breaks, enhancing your text's appearance and readability....all hidden content from a document. public void RemoveHiddenContentF...RemoveHiddenContentF () { Document doc = new Document ( MyDir + "Hidden content...

    reference.aspose.com/words/net/aspose.words/par...
  8. Region-Based Extraction using Python|Aspose.PDF...

    Learn how to extract text from a specific page region or paragraph structure in PDF Documents with Aspose.PDF for Python.... Open the source PDF as a Document . Create a TextAbsorber instance...text file path. """ document = ap . Document ( infile ) try : absorber...

    docs.aspose.com/pdf/python-net/region-based-ext...
  9. Working with Headings in PDF|Aspose.PDF for .NET

    Create numbering in heading your PDF Document with C#. Aspose.PDF for .NET offers different kinds of numbering styles....the important parts of any document. Writers always try to make...more than one headings in a document, a writer has several options...

    docs.aspose.com/pdf/net/working-with-headings/
  10. Add Line Object to PDF file|Aspose.PDF for C++

    This article explains how to create a line object to your PDF using Aspose.PDF for C++....) to PDF documents. You also get the leverage...steps below: Create a new PDF Document Add Page to pages collection...

    docs.aspose.com/pdf/cpp/add-line/