Sort Score
Result 10 results
Languages All
Labels All
Results 3,201 - 3,210 of 6,565 for

informations

(0.04 sec)
  1. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the document as a rasterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/redaction/java/save-in-raste...
  2. Get supported file formats | GroupDocs

    Enumerate all file formats supported by GroupDocs.Comparison for .NET at runtime using FileType.GetSupportedFileTypes() — get extension and MIME type for each supported format....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/comparison/net/get-supported...
  3. Load from a local disk | GroupDocs

    The following example demonstrates how to load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk JavaScript try { const metadata = new groupdocs.metadata.Metadata("input.one"); } 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: GroupDocs.Metadata for ....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/metadata/nodejs-java/load-fr...
  4. Render documents | GroupDocs

    Rendering documents with GroupDocs.Viewer for Node.js in your Java applications....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/viewer/nodejs-java/rendering...
  5. Set license under Mono/Linux | GroupDocs

    This is a guide about setting GroupDocs.Conversion for .NET license under Mono/Linux...Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/conversion/net/set-license-u...
  6. Viewer replace characters with square - Free Su...

    Hello, we have a new bug. Viewer is replacing some characters and double characters in the document with an empty square. Can you take a look at it? They are not special characters. We are using version 25.2. Thanks, …...you’re using and share more information about your environment? denisgvardionov...

    forum.groupdocs.com/t/viewer-replace-characters...
  7. Compare Word documents | GroupDocs

    Learn how to compare Word (.doc, .docx) documents using GroupDocs.Comparison for Python via .NET. Detect and highlight text and formatting differences with simple Python code....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/comparison/python-net/compar...
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...metadata refers to essential information embedded within EPUB files...

    blog.groupdocs.com/groupdocs.blog/page/12/
  9. Generate email report with common list. | Group...

    Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax assembler = ga.DocumentAssembler() dataSource = ga.data.JsonDataSource("datasource.json") DataSourceInfo = ga.DataSourceInfo(dataSource, "customers") array = [DataSourceInfo, ga.DataSourceInfo(["test@test.mail", "groupdocs@groupdocs.mail"], "recipients"), ga.DataSourceInfo("sender@sender.mail", "sender"), ga.DataSourceInfo("cc@example.com", "cc"), ga.DataSourceInfo("groupdocs", "subject")] print(assembler.assemble_document("input.msg", "output.msg", array)) The Recipe Set up the source document data path Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report More resources Advanced usage topics To learn more about library features, please refer to theadvanced usage section....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/assembly/python-net/email-re...
  10. Update Watermark Text in DOCX Using C#

    Explore how to update watermark text in DOCX using C#. Also, we'll furnish you with code to change watermark text in DOCX in C# without extra software installation....dynamically changing document information or enhancing security measures...

    kb.groupdocs.com/watermark/net/update-watermark...