Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 16,689 for

file

(0.07 sec)
  1. Specify file type when loading a document | Gro...

    This article explains how to specify the File type when loading a document with GroupDocs.Viewer within your .NET applications....Specify file type when loading a document Specify file type when...path to a file or using , GroupDocs.Viewer determines file type by...

    docs.groupdocs.com/viewer/net/specify-file-type...
  2. Problems with date time converting .eml file - ...

    Hello, I’m having a problem converting the attached .eml File and the time displayed. In Outlook it displays as 11:21. image.png (1.4 KB) The UTC time in the email headers is 10:21. Interestingly the other e-mails in…...eml file GroupDocs.Conversion Product...converting the attached .eml file and the time displayed. In Outlook...

    forum.groupdocs.com/t/problems-with-date-time-c...
  3. Optimize the PDF file resources | GroupDocs

    This topic describes how to optimize PDF File using the GroupDocs.Viewer .NET API (C#) to reduce size....Optimize the output PDF file / Optimize the PDF file resources Optimize...Optimize the PDF file resources Leave feedback On this page Resource...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  4. Get supported file formats | GroupDocs

    This article explains how to obtain supported File formats list when viewing documents with GroupDocs.Comparison within your Java applications....Get supported file formats Get supported file formats Leave feedback...how to get list of supported file formats: Java import com.groupdocs...

    docs.groupdocs.com/comparison/java/get-supporte...
  5. Load password-protected file | GroupDocs

    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(); }...password-protected file Load password-protected file Leave feedback...feedback Load password-protected file In order to open password-protected...

    docs.groupdocs.com/redaction/java/load-password...
  6. Specify file type when loading a document | Gro...

    This article explains how to specify File type when loading a document with GroupDocs.Signature API....Specify file type when loading a document Specify file type when...page supports specifing the file type when loading a documents...

    docs.groupdocs.com/signature/net/load-document-...
  7. GroupDocs viewer not working with .eml file pro...

    I am facing issues with GroupDocs HTML viewer with .eml File sharing the File for your reference. the alignment is very bad in html viewer but it is good in png viewer. RE DMS - signoff for all documents upload - June’…...eml file properly GroupDocs.Total Product...HTML viewer with .eml file sharing the file for your reference....

    forum.groupdocs.com/t/groupdocs-viewer-not-work...
  8. Not able to view pptx file in viewer - Free Sup...

    Hello, I am getting the following error on a code shared below when trying to view pptx File in a viewer Method not found: ‘Aspose.Slides.Export.INotesCommentsLayoutingOptions Aspose.Slides.Export.IRenderingOptions.ge…...Not able to view pptx file in viewer GroupDocs.Total Product...below when trying to view pptx file in a viewer Method not found:...

    forum.groupdocs.com/t/not-able-to-view-pptx-fil...
  9. GroupDocs.Viewer for .NET 3.7.0 Supports EMF an...

    Today, we’re delighted to share some new features and improvements that we’ve incorporated in the October release of GroupDocs.Viewer for .NET. This release comes up with the support of EMF and DICOM File formats. Along with this, the API also provides the way to work with layers in PDF documents and default fonts in diagram documents. Check out this latest version to enhance and improve your document viewer applications....the support of EMF and DICOM file formats. Along with this, the...Support of EMF file format Support of DICOM file format Document...

    blog.groupdocs.com/viewer/groupdocs-viewer-dot-...
  10. Load file from URL | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Conversion for .NET..../ Loading files from different sources / Load file from URL Load...Load file from URL Leave feedback The following code snippet...

    docs.groupdocs.com/conversion/net/load-file-fro...