Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 414,647 for

document

(1.25 sec)
  1. Delete PDF Pages with Rust via C++|Aspose.PDF f...

    You can delete pages from your PDF file using Aspose.PDF for Rust via C++....demonstrates how to manipulate a PDF document by deleting a specific page...method is efficient for PDF document manipulation tasks, specifically...

    docs.aspose.com/pdf/rust-cpp/delete-pages/
  2. DocumentVisitor Class | Aspose.Words for .NET

    Discover the Aspose.Words.DocumentVisitor class, your foundation for creating custom Document visitors to enhance Document processing and manipulation....class Base class for custom document visitors. To learn more, visit...Aspose.Words Document Object Model (DOM) documentation article. public...

    reference.aspose.com/words/net/aspose.words/doc...
  3. What's new 2021|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET introduced in 2021.... () { // The path to the documents directory var dataDir = RunExamples...PdfFileSecurity ()) { // Bind PDF document fileSecurity . BindPdf ( dataDir...

    docs.aspose.com/pdf/net/whatsnew/2021/
  4. Document.ExtractPages yields wrong results - Fr...

    Use the following code: var Document = new Document("input.docx"); for (int page = 0; page < Document.PageCount; page++) { Document extractedPage = Document.ExtractPages(page, 1); // startindex and count string …...Document.ExtractPages yields wrong results Aspose.Words Product...following code: var document = new Document("input.docx"); for...

    forum.aspose.com/t/document-extractpages-yields...
  5. Convert various Images formats to PDF in .NET|A...

    Convert various images formats such as, CDR, DJVU, BMP, CGM, JPEG, DICOM, PNG, TIFF, EMF and SVG to PDF using C# .NET....PDF Convert BMP files to PDF document using Aspose.PDF for .NET...BMP to PDF Initialize a new Document class object. Load input BMP...

    docs.aspose.com/pdf/net/convert-images-format-t...
  6. Document.AcceptAllRevisions | Aspose.Words for ...

    Streamline your editing process with the AcceptAllRevisions method, effortlessly accepting all tracked changes in your Document for a polished final version....AcceptAllRevisions Contents [ Hide ] Document.AcceptAllRevisions method...all tracked changes in the document. public void AcceptAllRevisions...

    reference.aspose.com/words/net/aspose.words/doc...
  7. DocumentBase.FontInfos | Aspose.Words for .NET

    Access detailed font properties with DocumentBase's FontInfos feature, enhancing your Document's design and readability effortlessly....properties of fonts used in this document. public FontInfoCollection...definitions is loaded as is from the document. Font definitions might be...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Secure PDF Documents with JavaScript via C++|Do...

    Learn how to secure PDF Documents by using owner and user passwords, and set permissions for PDF files using Aspose.Cells for JavaScript via C++....Secure PDF Documents with JavaScript via C++ Contents [ Hide... For example: Secure the documents with owner and user passwords...

    docs.aspose.com/cells/javascript-cpp/secure-pdf...
  9. Print Documents|Aspose.Words for .NET

    Print a Document easily and fast instead of using VSTO in C#....Ask AI Print Documents Contents [ Hide ] Purpose Summary. What...page explains how to print documents using Aspose.Words and details...

    docs.aspose.com/words/net/print-documents/
  10. WriteProtection.IsWriteProtected | Aspose.Words...

    Discover the WriteProtection IsWriteProtected property, easily check if a write protection password is active for enhanced security and data integrity....protect a document with a password. Document doc = new Document ();...Writeln ( "Hello world! This document is protected." ); // Enter...

    reference.aspose.com/words/net/aspose.words.set...