Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 423,581 for

document

(0.12 sec)
  1. Resize PDF document|Aspose.PDF for .NET

    This section explains how to resize a PDF Document with Aspose.PDF Facades using the PdfFileEditor class....PDF document Contents [ Hide ] You can change the document size... You can scale the entire document or specific pages. There are...

    docs.aspose.com/pdf/net/resize-pdf-document/
  2. Clone a Document in C++|Aspose.Words for C++

    Clone a Document to get its identical copy using C++. When creating a copy, nodes and properties of the original Document are cloned....Clone a Document Contents [ Hide ] Cloning a document is the process...identical copy of an original document, which can improve performance...

    docs.aspose.com/words/cpp/clone-a-document/
  3. Import data from document|Documentation

    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....Ask AI Import data from document Contents [ Hide ] Data is a...and we create spreadsheet documents or reports to present these...

    docs.aspose.com/cells/net/import-data-from-docu...
  4. Save a 3D Document|Documentation

    The Scene class of the Aspose.3D API represents a 3D Document and developers can save its object in any supported file format....Save a 3D Document Contents [ Hide ] The Scene class of the Aspose...Aspose.3D API represents a 3D document and developers can save its...

    docs.aspose.com/3d/python-net/save-a-3d-document/
  5. Split a Document in Python|Aspose.Words for Pyt...

    Split a Document into several files using Python. Use the split feature to effectively split a Document by headings or sections, as well as by pages or by page ranges....Ask AI Split a Document Contents [ Hide ] Purpose Summary. What...demonstrates how to split a document into multiple files using...

    docs.aspose.com/words/python-net/split-a-document/
  6. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file in Python Aspose.PDF for Python via .NET library. Save PDF Document to file system, to stream, and in Web applications....Save PDF document programmatically Contents [ Hide ] Save PDF...PDF document to file system You can save the created or manipulated...

    docs.aspose.com/pdf/python-net/save-pdf-document/
  7. Create Empty Document in NPOI|Aspose.Words for ...

    Create an empty Document easily and fast instead of using NPOI in C#....Ask AI Create Empty Document in NPOI Contents [ Hide ] Purpose...describes how to create an empty document using NPOI and compares its...

    docs.aspose.com/words/net/create-empty-document...
  8. Create a spreadsheet document|Documentation

    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....Ask AI Create a spreadsheet document Contents [ Hide ] OpenXML...FilePath + "Create a spreadsheet document.xlsx" ; CreateSpreadsheetWor...

    docs.aspose.com/cells/net/create-a-spreadsheet-...
  9. Supported Document Formats|Aspose.Words for Java

    Edit source Documents in many popular formats, as well as freely convert files from one format to another using Java....Ask AI Supported Document Formats Contents [ Hide ] See the File...DOC Microsoft Word 97 – 2007 Document DOT Microsoft Word 97 – 2007...

    docs.aspose.com/words/java/supported-document-f...
  10. All contents block (sdtBlock) from document is ...

    Pasing my code block here MainDocumentPart mainPart = Docx.MainDocumentPart; SdtBlock[] sdtList = mainPart.Document.Body.Descendants<SdtBlock>().ToArray(); foreach (SdtBlock sdt in sdtList) { SdtContentBlock sd…...(sdtBlock) from document is not getting extracted from document Aspose...SdtBlock[] sdtList = mainPart.Document.Body.Descendants<SdtBlock>()...

    forum.aspose.com/t/all-contents-block-sdtblock-...