Sort Score
Result 10 results
Languages All
Labels All
Results 4,251 - 4,260 of 401,141 for

document

(0.22 sec)
  1. 使用C++旋转PDF页面|Aspose.PDF for C++

    本主题描述了如何使用C++以编程方式旋转现有PDF文件中的页面方向。...); // 打开文档 auto document = MakeObject < Document > ( _dataDir +...inputFileName ); for ( auto page : document -> get_Pages ()) { auto r...

    docs.aspose.com/pdf/zh/cpp/rotate-pages/
  2. FormFieldCollection.Count | Aspose.Words for .NET

    Discover the FormFieldCollection Count property, easily access the total number of form fields, enhancing your data management and user experience....into a document, and process them with using a document visitor...void Visitor () { Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Range.FormFields | Aspose.Words for .NET

    Discover the Range FormFields property, access a complete FormFields collection to efficiently manage all form fields within your specified range....into a document, and process them with using a document visitor...void Visitor () { Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/ran...
  4. How to convert XML to PDF | Aspose.PDF

    Do you know how easily convert XML to PDF in Java? Convert XML to PDF with high quality using Java PDF library....define the structure of PDF documents. This allows for precise control...control and customization of the document’s layout and content. You...

    products.aspose.com/pdf/tutorial/convert-xml-pdf/
  5. Environment Configuration – C# – Aspose.HTML fo...

    Learn how to create different environment configurations where the application runs – use Sandboxing, Runtime Service, Network Service, etc....NET Working with HTML Documents Environment Configuration...the scripts policy, override document style applying a custom user...

    docs.aspose.com/html/net/environment-configurat...
  6. Aspose::Words::LowCode::ComparerContext class |...

    Aspose::Words::LowCode::ComparerContext class. Document comparer context in C++....Hide ] ComparerContext class Document comparer context. class ComparerContext...to accept revisions in the documents before comparing them. If...

    reference.aspose.com/words/cpp/aspose.words.low...
  7. Aspose::Words::RevisionType enum | Aspose.Words...

    Aspose::Words::RevisionType enum. Specifies the type of change being tracked in Revision in C++....content was inserted in the document. Deletion 1 Content was removed...removed from the document. FormatChange 2 Change of formatting...

    reference.aspose.com/words/cpp/aspose.words/rev...
  8. CertificateHolder class | Aspose.Words for Node.js

    Aspose.Words.DigitalSignatures.CertificateHolder class. Represents a holder of X509Certificate2 instance...with Digital Signatures documentation article. Remarks CertificateHolder...Shows how to digitally sign documents. // Create an X.509 certificate...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Symbol/character move to next line of PDF file ...

    Hi Team, Could you please help to check that symbol is coming in next line in pdf. When you will come the pdf and word file you will see the difference. I have attached screenshot and files for reference. Code snippet…...word into pdf: Document document = new Document(wordFile.getAbsolutePath());...getAbsolutePath()); document.save(outputPdfFilePath); String rightsWatchMark...

    forum.aspose.com/t/symbol-character-move-to-nex...
  10. Inserting Fields in Node.js|Aspose.Words for No...

    Insert fields into a Document in Node.js in different ways: using `DocumentBuilder` or DOM (Document Object Model)....ways to insert fields into a document: using DocumentBuilder using...FieldBuilder using Aspose.Words Document Object Model (DOM) In this...

    docs.aspose.com/words/nodejs-net/inserting-fields/