Sort Score
Result 10 results
Languages All
Labels All
Results 5,171 - 5,180 of 31,377 for

new

(0.09 sec)
  1. Save to stream | Documentation

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = New Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(New ExactPhraseRedaction("John Doe", New ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = New FileOutputStream("C:\\\\Temp\\\\sample_output_file....Consulting Blog Knowledge Base New Releases Status Websites aspose...location. final Redactor redactor = new Redactor ( "Sample.docx" ); try...

    docs.groupdocs.com/redaction/java/save-to-stream/
  2. Output adapters | Documentation

    This article gives the knowledge about output adapters which are used to output generated HTML or plain text to various output objects....Consulting Blog Knowledge Base New Releases Status Websites aspose...instance IndexSettings settings = new IndexSettings (); settings ....

    docs.groupdocs.com/search/java/output-adapters/
  3. Sign document with QR-code signature - advanced...

     This article explains how to sign document with QR-code electronic signatures using extended options 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/net/sign-document-...
  4. Get Files of Specific Type using GroupDocs.Meta...

    In the modern times, the data is increasing dramatically. As a result, the large organizations may have maintained servers to store their organizational data in the form of files located in different directories. Very often, these organization may need to apply some filters to get files of a specific type i-e *.docx or *.txt etc. Filtering through a huge number files is not an easy job for the human beings and they might think if there is some automated system to achieve this....GetFiles: DirectoryInfo dirInfo = new DirectoryInfo(@"C:\\download...(FileFormatChecker fileFormatChecker = new FileFormatChecker(path)) { return...

    blog.groupdocs.com/metadata/get-specific-file-t...
  5. Is there a way to save all metadata from a zip ...

    I need to save the metadata information of a zip file, unzip it make some changes on the file, compress it again and add back the metadata. I tried to get all metadata using this method: https://docs.groupdocs.com/metad…... To add new properties or update the metadata...this issue? zsiklodi: To add new properties or update the metadata...

    forum.groupdocs.com/t/is-there-a-way-to-save-al...
  6. Render OBJ files | GroupDocs.Viewer for .NET

    This article demonstrates render OBJ files with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...code: using (Viewer viewer = new Viewer( "sample.obj" )) { HtmlViewOptions...

    docs.groupdocs.com/viewer/net/how-to-convert-an...
  7. Paid Support Helpdesk - groupdocs.com

    customer support platform...most products, we publish a new version every calendar month...when a new version will be published. In general, new monthly...

    helpdesk.groupdocs.com/kb/faq/How-do-I-know-fro...
  8. 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...
  9. License Constructor - GroupDocs.Viewer for .NET...

    Initializes a New instance of the License class...License Constructor Initializes a new instance of the License class...License () Public Sub New public : License () new : unit -> License...

    apireference.groupdocs.com/viewer/net/groupdocs...
  10. Metered Constructor - GroupDocs.Editor for .NET...

    Initializes a New instance of the Metered class...Metered Constructor Initializes a new instance of the Metered class...Metered () Public Sub New public : Metered () new : unit -> Metered...

    apireference.groupdocs.com/editor/net/groupdocs...