Sort Score
Result 10 results
Languages All
Labels All
Results 2,731 - 2,740 of 400,591 for

document

(0.19 sec)
  1. Android API to Render PCL to MHTML | products.a...

    Transform PCL to MHTML via Android via Java API...Why to Convert The Portable Document Format (PDF) is a widely used...used file format for documents. It is a popular choice for sharing...

    products.aspose.com/total/android-java/conversi...
  2. Doc Insertion Issue in Doc - Free Support Forum...

    Hi, As I am using below code to insert doc file into a parent doc. Document Document1 = new Document(); DocumentBuilder builder = new DocumentBuilder(Document1); string DemoDoc = "E:\\AnnexDocReport_IssueFile.docx"; Do…... Document document1 = new Document(); DocumentBuilder...sueFile.docx"; Document srcDoc = new Document(); srcDoc = new...

    forum.aspose.com/t/doc-insertion-issue-in-doc/3...
  3. C# API to Export EPUB to ODT | products.aspose.com

    Convert EPUB to ODT without using Microsoft Word...the tools to add powerful document manipulation and conversion...can then use the powerful Document Processing API, Aspose.Words...

    products.aspose.com/total/net/conversion/epub-t...
  4. Android API to Render TEX to MHTML | products.a...

    Transform TEX to MHTML via Android via Java API...provides features such as document manipulation, text manipulation...via Java Open TEX file using Document class Convert TEX to DOC by...

    products.aspose.com/total/android-java/conversi...
  5. Quick Tips|Aspose.PDF for Java

    Boost your productivity with quick tips for Aspose.PDF for Java. Learn time-saving techniques and essential tricks....IDocument document = null ; try { document = new Document (); document...document . getPages (). add (); document . getPages (). add (); //Adding...

    docs.aspose.com/pdf/java/quick-tips/
  6. Document.unprotect method | Aspose.Words for Py...

    aspose.words.Document.unprotect method...Removes protection from the document regardless of the password...This method unprotects the document even if it has a protection...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 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
  8. FieldMergeSeq | Aspose.Words for Java

    Implements the MERGESEQ field in Java....the Working with Fields documentation article. Remarks: At the...merge’s output documents. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  9. ImportFormatMode | Aspose.Words for Java

    Specifies how formatting is merged when importing content from another Document in Java....importing content from another document. Remarks: When you copy nodes...nodes from one document to another, this option specifies how...

    reference.aspose.com/words/java/com.aspose.word...
  10. NodeType enumeration | Aspose.Words for Python

    aspose.words.NodeType enumeration. Specifies the type of a Word Document node....Specifies the type of a Word document node. Members Name Description...select all children. DOCUMENT A Document object that, as the root...

    reference.aspose.com/words/python-net/aspose.wo...