Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 10,575 for

new

(0.05 sec)
  1. Save in rasterized PDF | Documentation

    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(); }...Consulting Blog Knowledge Base New Releases Status Websites aspose...file: final Redactor redactor = new Redactor ( Constants . SAMPLE_DOCX...

    docs.groupdocs.com/redaction/java/save-in-raste...
  2. Load custom fonts. | Documentation

    The page describes how to load custom fonts....Consulting Blog Knowledge Base New Releases Status Websites aspose...Annotator annotator = new Annotator ( fs , new LoadOptions { FontDirectories...

    docs.groupdocs.com/annotation/net/loading-custo...
  3. Render Project documents as HTML, PDF, and imag...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Microsoft Project files to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "SoftwareDevelopmentP...

    docs.groupdocs.com/viewer/java/render-ms-projec...
  4. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputDoc...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....dependency simplifications, and new Docker documentation. Explain...content protection. Here’s what’s new in GroupDocs.Metadata 25.6 for...

    blog.groupdocs.com/
  6. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....dependency simplifications, and new Docker documentation. Explain...content protection. Here’s what’s new in GroupDocs.Metadata 25.6 for...

    blog.groupdocs.com/
  7. Convert presentations | Documentation

    This article demonstrates how to convert PowerPoint presentations of PPT, PPTX, ODP to other formats with couple lines of Java code....Consulting Blog Knowledge Base New Releases Status Websites aspose...source PPT file const converter = new groupdocs . conversion . Converter...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  8. GroupDocs.Metadata 25.5 .NET Release - Edit and...

    Discover the latest updates in GroupDocs.Metadata for .NET 25.5. This release includes New features, improvements, and bug fixes. Learn how to update and clean XMP packages in SVG files with detailed code examples....5 release brings a host of new features, improvements, and bug...package using (Metadata metadata = new Metadata( "input.svg" )) { //...

    blog.groupdocs.com/metadata/edit-and-clean-xmp-...
  9. Excel inline tables not working - Free Support ...

    When I wanted a little table inline, it keeps complaining it can’t be used in Excel. So I had to concat it into 1 cell, but thjis makes it very ugly, because now I have to add characters that sometimes not exists. this…...columns… with each combination in a new Row Can this feature be added...try { var dataSourceInfos = new List(); if (partialTemplates...

    forum.groupdocs.com/t/excel-inline-tables-not-w...
  10. Sign documents with QR-code embedded object | D...

    This article explains how to create encrypted QR-code electronic signature with embedded custom object...Consulting Blog Knowledge Base New Releases Status Websites aspose...class as not serialize Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/sign-documents...