Sort Score
Result 10 results
Languages All
Labels All
Results 4,221 - 4,230 of 14,620 for

file

(0.1 sec)
  1. ObjectDisposedException: Cannot access a closed...

    I am having issue while converting .eml and .pptx to PDF using memory stream. The same code works just fine for .png and *.html. I just replace the LoadOptions based on the File type. See below for the LoadOptions I a…...the LoadOptions based on the file type. See below for the LoadOptions...are using, and the specific files (if the issue appears only with...

    forum.groupdocs.com/t/objectdisposedexception-c...
  2. Important Bug Fixes in GroupDocs.Viewer for .NE...

    We have rolled out another update for GroupDocs.Viewer for .NET featuring some important bug fixes as well as an improvement related to the MSI package. This release hasn’t brought any new feature, still, it has addressed some important issues related to PDF, DWG and ODG File formats. Furthermore, a few compatibility issues which appeared under .NET Standard 2.0 have been resolved. So let’s have a brief overview of the bug fixes and improvements we have introduced in v19....related to PDF, DWG and ODG file formats. Furthermore, a few...specific DWG files when the contents of the source files were missing...

    blog.groupdocs.com/viewer/bug-fixes-for-pdf-dwg...
  3. XLSX comparison causes memory leak! - Free Supp...

    Using c# and latest version of Groupdocs Comparison, our service hangs on the Compare method using following Files and code: using (MemoryStream sourceStream = new MemoryStream(sourcePdfFile)) { using (Comparer comp…...Compare method using following files and code: using (MemoryStream...you for sharing the sample files and reporting the issue. We...

    forum.groupdocs.com/t/xlsx-comparison-causes-me...
  4. Barcode Reader using Java | Scan Barcode from I...

    How to scan barcodes using Java within the application. Java example that reads barcode from an image that will help you build an online barcode scanner....document types such as PDFs, Word files, and Excel spreadsheets. It...started, you can download the JAR file from the downloads section ...

    blog.groupdocs.com/parser/scan-barcode-using-java/
  5. PSD files have a watermark on them after conver...

    I’m trying to update Groupdocs from 25.6 to 25.9/8 and noticed that PDF Files made from PSD have a watermark on them even though our license is set. This doesn’t happen on version 25.6. The issue is easily reproducible a…...PSD files have a watermark on them after conversion in 25.9 and...25.9/8 and noticed that PDF files made from PSD have a watermark...

    forum.groupdocs.com/t/psd-files-have-a-watermar...
  6. How to run examples | Documentation

    How to run examples....with code examples and sample files is hosted at GitHub. Run examples...open Examples/runExamples.js file using your favorite text editor...

    docs.groupdocs.com/merger/nodejs-java/how-to-ru...
  7. Features Overview | Documentation

    A .NET metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....from images, audio and video files Calculating common document...the format and MIME type of a file by its internal structure Working...

    docs.groupdocs.com/metadata/net/features-overview/
  8. Sign documents with exception handling | Docume...

     This article explains how to use exceptions handling when adding electronic signatures to document with GroupDocs.Signature API....issues, missing required data, files etc. For exception class is...setPassword("123456780"); // sign document to file signature . sign ( "signed.xlsx"...

    docs.groupdocs.com/signature/java/sign-document...
  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. Working with saved Emails | Documentation

    GroupDocs.Metadata for .NET provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The Files contain the email contents as plain text in MIME format, containing the email header and body, including attachments in one or more of several formats.... The files contain the email contents as...} Reading MSG metadata MSG files are usually created by the Microsoft...

    docs.groupdocs.com/metadata/net/working-with-sa...