Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 3,986 for

edit

(0.03 sec)
  1. Float and paginal modes | GroupDocs

    This article explains the pros and cons of float and paginal document Editing modes when Editing Word documents with GroupDocs.Editor API..../ Developer Guide / Edit Document / Edit Word Document / Float...to enable different document edit modes? The WordProcessing module...

    docs.groupdocs.com/editor/nodejs-java/float-and...
  2. Output format and password | GroupDocs

    Following this guide you will learn how to save Edited Word document with password or change output document format using GroupDocs.Editor for Java features..../ Developer Guide / Edit document / Edit Word document / Output...instance, that contains already edited document content, should be...

    docs.groupdocs.com/editor/java/output-format-an...
  3. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...widely require programmatically editing Excel files within our applications...article, we will discuss how to edit Excel files in Java . DOC ,...

    blog.groupdocs.com/groupdocs.blog/page/22/
  4. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, Edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...loadOptions )) { // Extract, edit or remove metadata here } More...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  5. Converting to PDF - Embed Fonts - Free Support ...

    Hello, It is my understanding that when converting to PDF the font should get embedded? Please correct me if I am wrong. I have an issue where by a converted document in only embedding a subset of the font, this causes…...causes me issues later on as if I edit the text using other software...Which software you are using to edit the resulting PDF Whether the...

    forum.groupdocs.com/t/converting-to-pdf-embed-f...
  6. SVG on GroupDocs Blog | Document Automation Sol...

    SVG on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in SVG on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers นี่คือฟิลด์ชื่อเร......ไม่แปลไวยากรณ์ markdown หรือ URL Edit and clean XMP metadata packages...

    blog.groupdocs.com/th/tag/svg/index.xml
  7. XMP on GroupDocs Blog | Document Automation Sol...

    XMP on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in XMP on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers นี่คือฟิลด์ชื่อเร......ไม่แปลไวยากรณ์ markdown หรือ URL Edit and clean XMP metadata packages...

    blog.groupdocs.com/th/tag/xmp/index.xml
  8. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, Edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....Metadata ( stream )) { // Extract, edit or remove metadata here } }...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  9. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream in Java... InputPng )) { // Edit or remove metadata here metadata...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  10. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream using GroupDocs.Metadata for Python via .NET....input_png ) as metadata : # Edit or remove metadata here # ....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/python-net/save-a-m...