Sort Score
Result 10 results
Languages All
Labels All
Results 4,271 - 4,280 of 15,588 for

file

(0.08 sec)
  1. Load document from InputStream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from stream when using GroupDocs.Merger for Java....overhead of saving InputStream as a file on disk, provides a way to work...

    docs.groupdocs.com/merger/java/load-document-fr...
  2. Update document password | GroupDocs

    This article explains how to update password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/net/update-document-p...
  3. Save in rasterized PDF | GroupDocs

    This article demonstrates that how to save the document as a rasterized PDF File...document as a rasterized PDF file: Python import groupdocs.redaction...

    docs.groupdocs.com/redaction/python-net/save-in...
  4. GroupDocs.Metadata for .NET 16.10 Supports WAV ...

    We are happy to share that another monthly release of GroupDocs.Metadata for .NET with a bunch of new features is available for the .NET community. GroupDocs.Metadata for .NET 16.10 has come with the support of WAV audio format. Not only this, the API has also brought some new features related to PSD, JPEG, TIFF and MP3 File formats. We recommend you to download this latest version and check out its exciting features....related to PSD, JPEG, TIFF and MP3 file formats. We recommend you to...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  5. GroupDocs.Signature for Python via .NET | Group...

    GroupDocs.Signature for Python via .NET is an easy to use electronic signature API designed for C#/.NET applications...sign electronic docs of various file formats. This e-signing API...

    docs.groupdocs.com/signature/python-net/
  6. Various Conversion Failures - Free Support Foru...

    Hello, I am getting some conversion errors with various documents in .NET 9. You can find these in the attached .zip Files. Interestingly the .csv File works on your free online converter, but the e-mail does not. Pac…...zip files. Interestingly the .csv file works on your...issues you have found earlier (filed as CONVERSIONNET-7676) have...

    forum.groupdocs.com/t/various-conversion-failur...
  7. GroupDocs.Signature for Java | GroupDocs

    GroupDocs.Signature for Java is an easy to use electronic signature API designed for Java applications...digital signatures for various file formats. Using digital signatures...

    docs.groupdocs.com/signature/java/
  8. GroupDocs.Redaction for Python via .NET | Group...

    A .NET API for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different File formats using c#...from documents across various file formats. It provides a unified...

    docs.groupdocs.com/redaction/python-net/
  9. GroupDocs.Redaction for Java | GroupDocs

    A Java API for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different File formats....from the documents of different file formats. The API provides a...

    docs.groupdocs.com/redaction/java/
  10. Save in original format | GroupDocs

    The following example demonstrates how to save File in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...example demonstrates how to save file in its original format with...

    docs.groupdocs.com/redaction/java/save-in-origi...