Sort Score
Result 10 results
Languages All
Labels All
Results 4,291 - 4,300 of 414,360 for

document

(1.26 sec)
  1. Convert DOTX to PPSX via C++ or with free Onlin...

    Export DOTX to PPSX in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOTX to PPSX online converter quickly before integrating the code....file that is used to create documents with a consistent look and...that can be used to create a document. However, the DOTX file format...

    products.aspose.com/total/cpp/conversion/dotx-t...
  2. Convert OTT to POTX via C++ or with free Online...

    Export OTT to POTX in your C++ applications without using Microsoft Word of PowerPoint or online. Test free OTT to POTX online converter quickly before integrating the code....text document format that is used to store text documents, spreadsheets...on C++ Open OTT file using Document class reference Convert OTT...

    products.aspose.com/total/cpp/conversion/ott-to...
  3. Remove Attachments from PDF using C# | Aspose.PDF

    Remove Attachments from PDF on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop...can increase the size of a document. Removing attachments may...easier to print and view your document. We can conclude, that removing...

    products.aspose.com/pdf/net/attachments/remove/
  4. Working with Hatch Patterns in PS file | Python

    How to add hatch pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...Developer Guide Working with PS Document Working with Hatch Patterns...] Add Hatch Pattern in PS Document Hatch patterns, often comprising...

    docs.aspose.com/page/python-net/ps/working-with...
  5. Landscape pages are rendered as portrait pages ...

    Hi, When converting a DOCX with some portrait and landscape pages to PDF using Aspose.Words, the pages in the PDF all became portrait. Code: var doc = new Document(@".\test.docx"); doc.Save(@".\out.pd…... Code: var doc = new Document(@".\test.docx"); doc.Save(@"...landscape pages in a DOCX document are rendered as portrait pages...

    forum.aspose.com/t/landscape-pages-are-rendered...
  6. Convert All Files in a Folder|Aspose.Words for ...

    How to convert all files in a file from SharePoint UI using the Aspose.Words for SharePoint....itself or in the root of the document library. Whichever way you...will try to convert every document in the selected folder or...

    docs.aspose.com/words/sharepoint/convert-all-fi...
  7. DocumentBuilder.CurrentParagraph | Aspose.Words...

    Access the selected paragraph in DocumentBuilder easily with the CurrentParagraph property. Streamline your Document editing process today!...Examples Shows how to move a document builder’s cursor to different...nodes in a document. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  8. InlineStory.is_move_to_revision property | Aspo...

    InlineStory.is_move_to_revision property. Returns ``True`` if this object was moved (inserted) in Microsoft Word while change tracking was enabled.... Document ( file_name = MY_DIR + 'Revision...docx' ) # When we edit the document while the "Track Changes"...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentBuilder.IsAtStartOfParagraph | Aspose.W...

    Discover DocumentBuilder's IsAtStartOfParagraph property. Easily check if your cursor is at the paragraph's start for efficient text editing....Examples Shows how to move a document builder’s cursor to different...nodes in a document. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Add watermark to PDF|Aspose.PDF for PHP via Java

    This article explains the features of working with artifacts and getting watermarks in PDFs using PHP....adding watermarks to your PDF document using Artifacts. Please check...PHP. // Open document $document = new Document ( $inputFile );...

    docs.aspose.com/pdf/php-java/add-watermarks/