Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 12,017 for

format

(0.17 sec)
  1. GroupDocs.Conversion for Excel file crashing at...

    When testing a simple Excel file conversion to PDF Format, it seems that GroupDocs will scan all subfolders within the current working directory to look for fonts?? This causes problem when the current working directory…...Excel file conversion to PDF format, it seems that GroupDocs will...does it apply to any other formats besides Excel? Unhandled Exception:...

    forum.groupdocs.com/t/groupdocs-conversion-for-...
  2. Support of Password-Protected OneNote Documents...

    We are glad to announce the monthly release of GroupDocs.Metadata for Java 19.1. In this version, we have introduced two new features and added seven enhancements. Using the latest version, you can extract metadata from Matroska Multimedia Container (.MKV) files. Furthermore, the latest version allows you to extract metadata from password-protected OneNote documents. Please have a look at the release notes for more details. Features Introduced Support for the Matroska Multimedia Container FilesThe latest release is capable of extracting metadata from the Matroska Multimedia Container (....MKV files: # Extracting MKV Format Metadata Extracting Matroska...

    blog.groupdocs.com/metadata/support-of-password...
  3. We are encountering an issue while comparing HT...

    We are encountering an issue while comparing HTML documents. When a bullet point is changed to a different bullet style, this change is not reflected in the comparison results. Please find attached the issue while compar…...files or embedded in another format? What .NET runtime and operating...

    forum.groupdocs.com/t/we-are-encountering-an-is...
  4. Conversion options by document family | GroupDocs

    This section explains GroupDocs.Conversion for Java convert options specific to various document types...email attachment to different format Convert to Image with advanced...

    docs.groupdocs.com/conversion/java/conversion-o...
  5. Add component to the document | GroupDocs

    The page describes how to add components to a document using GroupDocs.Annotation API....components are specific to the file format. That means you cannot apply...

    docs.groupdocs.com/annotation/java/add-componen...
  6. Get document information | GroupDocs

    This article explains how to detect document file type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) files with GroupDocs.Merger....document file type, extension, format name etc. - indicates count...

    docs.groupdocs.com/merger/net/get-document-info...
  7. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original Format overwriting original file redactor.save(options); } } finally { redactor....Save the document in original format overwriting original file redactor...

    docs.groupdocs.com/redaction/java/save-overwrit...
  8. Add Microsoft Office Files, PDF and Image Annot...

    GroupDocs.Annotation for .NET is a downloadable library that allows developers to add cross-platform, multi-Format document annotation functionality to any web-based app or site. Recently we’ve created an add-on specifically for Concrete5 users to make it easy to integrate the library into their websites. The add-on has been approved by Concrete5 admins and is now available for download from the official Concrete5 marketplace. How can Concrete5 site owners and developers benefit from this release?...to add cross-platform, multi-format document annotation functionality...your website. Supported file formats include: PDF and Microsoft...

    blog.groupdocs.com/annotation/add-microsoft-off...
  9. Conversion options by document family | GroupDocs

    This section explains GroupDocs.Conversion for .NET convert options specific to various document types...OST documents to different formats Convert each email attachment...attachment to different format Convert to HTML with advanced options...

    docs.groupdocs.com/conversion/net/conversion-op...
  10. Add component to the document | GroupDocs

    The page describes how to add components to a document using GroupDocs.Annotation API....components are specific to the file format. That means you cannot apply...

    docs.groupdocs.com/annotation/net/add-component...