Sort Score
Result 10 results
Languages All
Labels All
Results 3,901 - 3,910 of 22,556 for

docx

(0.15 sec)
  1. Ինչպես փոխարկել HTML-ը Excel-ի Java-ի միջոցով

    Եկեք սովորենք փաստաթղթերի փոխակերպման գործընթացը և Java-ի միջոցով փոխարկենք HTML-ը Excel-ի: Հեշտությամբ կիրառեք այս ուղեցույցը՝ Java HTML-ից Excel փոխարկիչ հատկությունը զարգացնելու համար:...փաստաթղթերի տարբեր ձևաչափերի՝ ներառյալ DOCX, PPTX, CSV, MHTML, MD, SVG և...

    kb.groupdocs.com/hy/conversion/java/how-to-conv...
  2. Ինչպես փոխարկել XML-ը CSV-ի Java-ում

    Եկեք արագ նայենք, թե ինչպես փոխարկել XML-ը CSV-ի Java-ում և ինչպես գրել Java կոդը՝ XML-ը CSV-ի փոխարկելու համար փաստաթղթերի փոխակերպման համար:...փաստաթղթերի այլ ձևաչափերի, ինչպիսիք են DOCX, PPTX, RTF, BMP, JPG, MHTML...

    kb.groupdocs.com/hy/conversion/java/how-to-conv...
  3. Optimizing shards | GroupDocs

    This page contains information about optimizing shards in the search network....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/optimizing-shards/
  4. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument JavaScript try { var loadOptions = new LoadOptions(); loadOptions.setPassword("123"); const metadata = new groupdocs.metadata.Metadata("protected.Docx", loadOptions); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...docx" , loadOptions ); } More resources...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  5. 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:...docx" try ( Metadata metadata = new...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  6. Save in rasterized PDF | GroupDocs

    This article demonstrates that how to save the document as a rasterized PDF file...docx" )) { // Here we can use document...document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/net/save-in-raster...
  7. Load Custom Fonts | GroupDocs

    Compare documents that contain non-standard fonts by supplying custom font directories through LoadOptions using GroupDocs.Comparison for Python via .NET....docx" , load_options ) as comparer...: comparer . add ( "./target.docx" , load_options ) comparer ...

    docs.groupdocs.com/comparison/python-net/develo...
  8. Load from local disc | GroupDocs

    This article shows how the redaction API is used to load file from disk....docx" ) as redactor : # Apply the...load_from_local_disc () sample.docx sample.docx is the sample file used...

    docs.groupdocs.com/redaction/python-net/load-fr...
  9. Load from a local disk | GroupDocs

    Learn how to open a file from local disk using GroupDocs.Metadata for Python via .NET....docx" ) as metadata : # Extract,...load_from_local_disk () input.docx input.docx is the sample file used...

    docs.groupdocs.com/metadata/python-net/load-fro...
  10. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream using GroupDocs.Metadata for Python via .NET....docx" , "rb" ) as stream : with Metadata...load_from_stream () input.docx input.docx is the sample file used...

    docs.groupdocs.com/metadata/python-net/load-fro...