Sort Score
Result 10 results
Languages All
Labels All
Results 3,741 - 3,750 of 14,049 for

file

(0.08 sec)
  1. Update annotation replies | Documentation

    The page describes how to update annotation replies when collaborate over document using GroupDocs.Annotation for Java API....add ( original ); // Save to file annotator . save ( "outputPath"...update ( updated ); // Save to file annotator1 . save ( outputPath...

    docs.groupdocs.com/annotation/java/update-annot...
  2. 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...
  3. Loading files | Documentation

    GroupDocs.Metadata allows you to load password-protected documents and load Files from different sources. For more details please refer to the following guides:...Advanced Usage / Loading files Loading files Leave feedback GroupDocs...password-protected documents and load files from different sources. For...

    docs.groupdocs.com/metadata/java/loading-files/
  4. Adjust Contrast when Converting a Document to I...

    Up till now, there was a simple document to image conversion process. With the GroupDocs.Conversion for Java release version 19.10, we’ve added a number of interesting features for image conversion. Set color mode when converting to JPEG Option to set compression mode Adjust image brightness and contrast Set gamma Option to flip image Have a look at its implementation of the above features in Java Conversion from CDR CDR is a vector graphics File....CDR # CDR is a vector graphics file. API now allows you to convert...Conversion from Excel95/5.0 XLS files Set image quality when converting...

    blog.groupdocs.com/conversion/adjust-contrast-w...
  5. PDF signature with PDF gives wrong format error...

    I am experiencing an error when trying to sign a PDF document using a .pfx certificate through your API tester: https://reference.groupdocs.cloud/signature/#/Sign/CreateSignatures The signing operation fails with the f…...pfx file is successfully uploaded to...

    forum.groupdocs.com/t/pdf-signature-with-pdf-gi...
  6. Loading documents | Documentation

    GroupDocs.Redaction allows you to load password-protected documents and load documents from different sources. For more details please refer to the following guides:...Stream Load password-protected file Use advanced logging Pre-rasterize...

    docs.groupdocs.com/redaction/java/loading-docum...
  7. Loading documents | Documentation

    This article show how to enable you to load password-protected documents and load documents from different sources...Stream Load password-protected file Use advanced logging Pre-rasterize...

    docs.groupdocs.com/redaction/net/loading-docume...
  8. GroupDocs Conversion with .net framework 4.7.2 ...

    I am updating Groupdocs.conversion to 25.1 version but it has a folder structure in my package folder like → GroupDocs.Conversion.25.1.0\lib\net6.0 and I am getting error on my project that targets .net framework 4.7.2 …...Code Description Project Path File Line Column Suppression State...

    forum.groupdocs.com/t/groupdocs-conversion-with...
  9. Load from a local disk | Documentation

    The following example demonstrates how to load a File from a local disk. advanced_usage.loading_Files.LoadFromLocalDisk // Constants.InputOne is an absolute or relative path to your document. Ex: @"C:\Docs\source.one" try (Metadata metadata = new Metadata(Constants.InputOne)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for .NET examples GroupDocs.Metadata for Java examples.../ Advanced Usage / Loading files / Load from a local disk Load...load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk...

    docs.groupdocs.com/metadata/java/load-from-a-lo...
  10. Load document from stream | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from stream using GroupDocs.Annotation for .NET....C# using ( documentStream = File . OpenRead ( "input.pdf" ))...

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