Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 349,285 for

document

(0.08 sec)
  1. Java API to Export MD to WORDML | products.aspo...

    Convert MD to WORDML using on premise Java API...APIs that provides powerful document processing capabilities. The...edit, and manipulate PDF documents. It provides a wide range...

    products.aspose.com/total/java/conversion/md-to...
  2. Document.Revisions | Aspose.Words for .NET

    Effortlessly track Document revisions with our advanced tool. Stay organized and enhance collaboration with clear, highlighted changes!...Revisions Contents [ Hide ] Document.Revisions property Gets a...changes) that exist in this document. public RevisionCollection...

    reference.aspose.com/words/net/aspose.words/doc...
  3. PdfSaveOptions.zoomFactor property | Aspose.Wor...

    PdfSaveOptions.zoomFactor property. Gets or sets a value determining zoom factor (in percentages) for a Document....factor (in percentages) for a document. get zoomFactor () : number...rendered PDF document. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. PdfTextCompression Enum | Aspose.Words for .NET

    Discover Aspose.Words.PdfTextCompression enum for efficient PDF content compression, enhancing file size and performance while preserving quality....saving a document to PDF. Document doc = new Document (); DocumentBuilder...object that we can pass to the document's "Save" method // to modify...

    reference.aspose.com/words/net/aspose.words.sav...
  5. C++ API to Export PS to OTT | products.aspose.com

    Convert PS to OTT within C++ applications....Convert PS to OTT The Portable Document Format (PDF) is a popular...popular file format used for documents that require a high degree of...

    products.aspose.com/total/cpp/conversion/ps-to-...
  6. DocSaveOptions.save_format property | Aspose.Wo...

    DocSaveOptions.save_format property. Specifies the format in which the Document will be saved if this save options object is used...Specifies the format in which the document will be saved if this save...Microsoft Word formats. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PageSet.All | Aspose.Words for .NET

    Access all Document pages in their original order with PageSet All property. Streamline your workflow and enhance Document management effortlessly!...with all the pages of the document in their original order. public...pages from the document. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  8. FieldCreateDate | Aspose.Words for Java

    Implements the CREATEDATE field in Java....the Working with Fields documentation article. Remarks: Retrieves...date and time at which the document was created. By default, the...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::DocumentBase::ImportNode method ...

    Aspose::Words::DocumentBase::ImportNode method. Imports a node from another Document to the current Document in C++....node from another document to the current document. System :: SharedPtr...that belongs to the current document. Remarks This method uses...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. Change a field name - Free Support Forum - aspo...

    Try to change the name of a form field. Used this code: var pdf=new Document(@"C:\tmp\a.pdf"); var field=(TextBoxField)pdf.Form[1]; field.Name="gorilla"; pdf.Save(@"C:\tmp\b.pdf"); But the field name doesn’t get chan…...Used this code: var pdf=new Document(@"C:\tmp\a.pdf"); var fie...possible for you to share the document you mentioned to check the...

    forum.aspose.com/t/change-a-field-name/312114