Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 10,414 for

new

(0.06 sec)
  1. Introducing Stamp Signatures Feature in Java E-...

    We are glad to announce another monthly release of E-Signing API for Java v17.7.0. Major feature introduced in this release is support for Stamp Signatures. Aside this many improvements are also introduced in this release. We would recommend you to download the New version of API and evaluate the exciting features to enhance document e-signing experience. E-Signing API for Java v17.7.0 - Features Stamp Signatures feature for following Document Formats:...recommend you to download the new version of API and evaluate the...Formats: PDF Word Cell Slides New Barcode and QR-Code encode types...

    blog.groupdocs.com/signature/groupdocs-signatur...
  2. Specify Different Measurement Units using Group...

    We are pleased to announce another monthly release of GroupDocs.Signature for Java 17.5.0. This release covers many New features and some improvements. API permits users to obtain document information. Furthermore, users can Optimize Words Signature Implementation for Text and Image types. We would recommend you to download the New release and evaluate the exciting features to enhance document signature experience. GroupDocs.Signature for Java 17.5.0 - Features Check Text Signature located into Form Fields of PDF Documents Verify Text Signature located into Form Fields of Words Documents Implement ability to obtain Document Information over Signature Handler Apply Watermark feature for Text Signature of PDF/Slides/Words/Cells Documents Ability to specify New Measure Units Millimeters for Slides and Words Signatures Specify New Measure Units Millimeters for Pdf Signatures Put Text Signature into Template/Form Fields of Pdf Documents Add Text Signature into Form Fields of Words Documents e-Signing API - Improvements Implement Document information features into non static method of Signature Handler Optimize Words Signature Implementation for Text and Image types Available Channels and ResourcesHere are a few channels and resources for you to download, learn, try and get technical support on Document Signing API for Java: Download – JAR Files Documentation – API Docs Product Support Forum – Technical Support Forum for GroupDocs.... This release covers many new features and some improvements...recommend you to download the new release and evaluate the exciting...

    blog.groupdocs.com/signature/introducing-groupd...
  3. 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/
  4. Signing specific pages in the multipage documen...

    This article explains how to sign specific pages in the multipage documents...Consulting Blog Knowledge Base New Releases Status Websites aspose...values. using ( var signature = new Signature ( "multipage.tiff"...

    docs.groupdocs.com/signature/net/sign-specific_...
  5. 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...
  6. Email signature-image overlays text when conver...

    Hello, Converting the attached email to PDF causes some image from the signature, to overlay the text. We were using GroupDocs.Total 25.2 for .NET Framework with the following code: var settings = New Conv…...following code: var settings = new ConverterSettings(); settings...FontDirectories.Clear(); using (var conv = new Converter(documentPath, () =>...

    forum.groupdocs.com/t/email-signature-image-ove...
  7. Adding watermark to images inside a document | ...

    This article will help, if you want to add watermark to images inside a document then it can be possible using GroupDocs.Watermark....Consulting Blog Knowledge Base New Releases Status Websites aspose...( Watermarker watermarker = new Watermarker ( "document.pdf"...

    docs.groupdocs.com/watermark/net/adding-waterma...
  8. Load CAD document with options | Documentation

    Learn this article and check how to load and convert CAD documents with advanced options using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...CadLoadOptions loadOptions = new CadLoadOptions (); loadOptions...

    docs.groupdocs.com/conversion/java/load-cad-doc...
  9. Load password-protected file | Documentation

    Load password-protected file In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = New LoadOptions("mypassword"); final Redactor redactor = New Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(New ExactPhraseRedaction("John Doe", New ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Consulting Blog Knowledge Base New Releases Status Websites aspose...class: LoadOptions loadOptions = new LoadOptions ( "mypassword" );...

    docs.groupdocs.com/redaction/java/load-password...
  10. Load the password-protected documents | Documen...

    The page describes how to load the password protected PDF, Word, Excel, PowerPoint documents using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...Annotator annotator = new Annotator ( "input.pdf" , new LoadOptions ()...

    docs.groupdocs.com/annotation/net/load-password...