Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 3,260 for

document revision

(0.2 sec)
  1. Docx to Pdf problem on footer field - Free Supp...

    We are facing a strange behaviour when saving docx file to pdf This is our method for saving file private void SaveDocument(ApplicationDataServerContext serverCtx, TemplateInfo templateInfo, Document Document, LoadOpti…...TemplateInfo templateInfo, Document document, LoadOptions loadOptions...DocumentStoreHelper.StoreToFilePath(document, outputFilePathDocx, new ...

    forum.aspose.com/t/docx-to-pdf-problem-on-foote...
  2. sample.zip

    Properties/AssemblyInfo.cs using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the f......Version // Build Number // Revision // // You can specify all...can default the Build and Revision Numbers // by using the '*'...

    docs.aspose.com/slides/fr/net/web-extensions/sa...
  3. sample.zip

    Properties/AssemblyInfo.cs using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the f......Version // Build Number // Revision // // You can specify all...can default the Build and Revision Numbers // by using the '*'...

    docs.aspose.com/slides/net/web-extensions/sampl...
  4. Story | Aspose.Words for Java

    Base class for elements that contain block-level nodes Paragraph and Table in Java....Levels of Nodes in a Document documentation article. Remarks: Text...Text of a Word document is said to consist of several stories...

    reference.aspose.com/words/java/com.aspose.word...
  5. FindReplaceOptions | Aspose.Words for Java

    Specifies options for find/replace operations in Java....visit the Find and Replace documentation article. Examples: Shows...find-and-replace operation. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  6. Convert MSG to DOCX in Python | products.aspose...

    Save MSG to DOCX in your Python applications without using Microsoft Outlook or Word...the saved HTML file using Document Call the save method with...into modern word processing documents that are easy to edit, share...

    products.aspose.com/total/python-net/conversion...
  7. Convert XLTX to WORD using Python or with free ...

    XLTX to WORD conversion in your Python applications without using Microsoft Office or online. Test free XLTX to WORD online converter quickly before integrating the code....HTML file with an instance of Document class Call the save method...transformed into a word processing document suitable for editing, review...

    products.aspose.com/total/python-net/conversion...
  8. Aspose::Words::Document::get_RemovePersonalInfo...

    Aspose::Words::Document::get_RemovePersonalInformation method. Gets or sets a flag indicating that Microsoft Word will remove all user information from comments, Revisions and Document properties upon saving the Document in C++....Aspose::Words::Document::get_RemovePersonalInform method Contents...Contents [ Hide ] Document::get_RemovePersonalInform method Gets...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. FootnoteSeparator | Aspose.Words for Java

    in Java.... getDocument() Gets the document to which this node belongs...represents the portion of a document that is contained in this...

    reference.aspose.com/words/java/com.aspose.word...
  10. Document Formatting changes after comparison - ...

    I am doing comparison between two docx files. The resultant files formatting changes a bit especially when it comes to lists or nested items. original_content = await original.read() modified_content = await modified.re…...Document Formatting changes after comparison Aspose.Words Product...modified.read() original_doc = aw.Document(BytesIO(original_content))...

    forum.aspose.com/t/document-formatting-changes-...