Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 10,115 for

new

(0.03 sec)
  1. Webp file format Introduced - GroupDocs.Convers...

    GroupDocs team is glad to announce another monthly release of GroupDocs.Conversion for .NET v16.12.0. In this release New file format “Webp” is added in supporting formats list. Monthly release of Document Conversion API is also introducing some improvements like “LZW compression for internal tiff compression " and “Improve memory handling” along with 8 fixes. So why you are waiting just download the New release and use the New exciting features.... In this release new file format “ Webp ” is added...just download the new release and use the new exciting features...

    blog.groupdocs.com/conversion/groupdocs.convers...
  2. Signing archive documents in batch | Documentation

    This article shows how to sign documents in batch mode within the archive files with one or multiple electronic signatures...Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create a new instance of class and pass the...

    docs.groupdocs.com/signature/net/signing-archiv...
  3. Load from Azure Blob Storage | Documentation

    This article explains how to load a document from Azure Blob Storage with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...); LoadOptions loadOptions = new LoadOptions ( FileType . DOCX...

    docs.groupdocs.com/viewer/net/load-document-fro...
  4. 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...
  5. 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...
  6. Subscribing for signing process events | Docume...

    This article explains how to subscribe for signing electronic signatures events like start, progress and completion with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...process signing events. Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/subscribing-f...
  7. Render CAD drawings and models as HTML, PDF, an...

    This topic describes how to use the GroupDocs.Viewer Java API to convert CAD files (DWG, DGN, DXF) to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "HousePlan.dwg" )) {...

    docs.groupdocs.com/viewer/java/render-cad-drawi...
  8. How to Merge Data Fields from a DOCX File with ...

    This article explains how to get the fields from a template DOCX file, fill them with data and merge to New PDF file using GroupDocs. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version.) FatFree framework (https://github.com/bcosca/fatfree) We already know how to install the Fatfree framework and prepare for creating the sample from the previous article....them with data and merge to new PDF file using GroupDocs. Requirements...empty($privateKey)) { throw new Exception('Please enter FILE...

    blog.groupdocs.com/merger/how-to-merge-data-fie...
  9. Sign documents with encrypted metadata text | D...

    This article explains how to create encrypted Metadata electronic signature with GroupDocs.Signature API...Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/sign-document...
  10. Adding repeated watermarks | Documentation

    The GroupDocs.Watermark allows to add repeated or tiled watermarks to documents...Consulting Blog Knowledge Base New Releases Status Websites aspose...( Watermarker watermarker = new Watermarker ( "sample.pdf" ))...

    docs.groupdocs.com/watermark/net/adding-repeate...