Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 19,599 for

management

(0.04 sec)
  1. Load a password-protected document | Documentation

    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:...online document metadata management App Along with a full featured...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  2. GroupDocs.Metadata for Node.js via Java | Docum...

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....js via Java - A metadata management API for documents to create...

    docs.groupdocs.com/metadata/nodejs-java/
  3. Why this Error occur? "GroupDocs.Conversion.Exc...

    I’m trying to convert .ai file to .ppt file. And I install at NuGet and type like this // 변환을 위해 소스 파일 AI 로드 var converter = new GroupDocs.Conversion.Converter("C:/Users/yunis/Downloads/2023_03_CTRL_DEFI…...access to our Paid Support management team. aspose.notifier May...

    forum.groupdocs.com/t/why-this-error-occur-grou...
  4. News Release on GroupDocs Blog | Document Autom...

    News Release on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in News Release on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers......delivering the best value Document Management API suite on the market....

    blog.groupdocs.com/tag/news-release/index.xml
  5. GroupDocs.Viewer.Options Namespace - GroupDocs....

    The namespace provides classes to specify additional options when rendering documents....options for rendering project management files. Resolution Provides...

    apireference.groupdocs.com/viewer/net/groupdocs...
  6. Rendering by page break and print area - Free S...

    Hello, Using GroupDocs Viewer 19.9, we are using CellsOptions.RenderPrintAreaOnly to render the print area of our file. It is working fine, but we would like to upgrade this, by breaking this print area into several pag…...access to our Paid Support management team. 1 Like vladimir.litvinchik...

    forum.groupdocs.com/t/rendering-by-page-break-a...
  7. Excel spreadsheet colors of conditional formatt...

    Hi! Some colors of conditional formatting in the excel spreadsheet are not converted correctly. See: Excel - Original.png (1.4 KB) Thanks. PDF - Wrong color.png (2.8 KB) Can you please investigate that? Is there a w…...access to our Paid Support management team. Sascha2 August 16,...

    forum.groupdocs.com/t/excel-spreadsheet-colors-...
  8. PdfViewOptions | GroupDocs.Viewer for .NET API ...

    Contains options for rendering documents into PDF format. For details see the documentationhttps//docs.groupdocs.com/viewer/net/renderingtopdf/....{ get; set; } The project management files view options. RenderComments...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  9. PDF conversion: pages have different size - Fre...

    Hi If I convert a document with more than four pages into a PDF, and if I fix the page size of the PDF, the first four pages have the correct size. But starting from page five, all the others are too big. To fix the pa…...access to our Paid Support management team. aspose.notifier January...

    forum.groupdocs.com/t/pdf-conversion-pages-have...
  10. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format....online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/net/load-a-file-of-...