Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 12,355 for

new

(0.09 sec)
  1. File Size Increase on Conversion to HTML – Grou...

    Hello Team, I am using GroupDocs.Conversion in a .NET Core application to convert document files (e.g., Word, Excel) to HTML for preview purposes. However, I have noticed that the converted HTML files are significantly …...converter = new Converter(documentPath)) { var options = new WebConvertOptions();...We have opened the following new ticket(s) in our internal issue...

    forum.groupdocs.com/t/file-size-increase-on-con...
  2. Edit and Manage Metadata in Python Apps - Group...

    Discover how to utilize GroupDocs.Metadata for Python via .NET to extract, update and remove metadata in your applications....the Metadata Object : Create a new instance of the Metadata class...the sanitized document to a new file. import groupdocs.metadata...

    blog.groupdocs.com/metadata/edit-metadata-in-py...
  3. Adjusting comparison sensitivity | GroupDocs

    Learn more about document comparison sensitivity and how to adjust it to achieve best performance and accuracy when compare documents with GroupDocs.Comparison for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose.... try ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/java/adjusting-co...
  4. Indexing password protected documents | GroupDocs

    This page describes how to perform indexing of password protected documents. Indexing using the password dictionary To perform indexing of password protected documents using a password dictionary, you must add passwords for all protected documents to the dictionary before indexing. To add a document password to the dictionary, you must specify the full path to the document as a key and the actual password to the document. For more information about managing the password dictionary see the Document passwords page in the Managing dictionaries section....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  5. How to Run Examples | GroupDocs

    This article describes how to run Python digital signature API code examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by building your own or using our examples out-of-the-box....Consulting Blog Knowledge Base New Releases Status Websites aspose...project from scratch Create a new Python project directory and...

    docs.groupdocs.com/signature/python-net/how-to-...
  6. Working with metadata in PSD images | GroupDocs

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks advanced_usage....Consulting Blog Knowledge Base New Releases Status Websites aspose...PsdReadImageResource try ( Metadata metadata = new Metadata ( Constants . PsdWithIrb...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Password Protect / UnProtect Word Documents in ...

    Add passwords to Word documents within Java applications. Change the existing password of protected DOC DOCX files or remove passwords to unlock....Let’s change the password with a new one. The following steps change...current password. Now define the new password using password update...

    blog.groupdocs.com/merger/lock-unlock-word-docu...
  8. GroupDocs.Signature for Python 26.1 – Latest Up...

    Explore what’s New in GroupDocs.Signature for Python 26.1. Available now on NuGet and GroupDocs website....2026 Table of Contents What’s new in GroupDocs.Signature for Python...for Barcode & QR previews 4. New image format support – APNG &...

    blog.groupdocs.com/signature/groupdocs-signatur...
  9. Extract text in Accurate mode | GroupDocs

    Learn how to extract text in Accurate mode from documents using GroupDocs.Parser for .NET. High-quality text extraction with best accuracy from PDF, Word, Excel and 50+ formats in C#....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-text-in-a...
  10. Font Processing Issue with GroupDocs - Turns th...

    We have a document that contains an image and text with Arial-BoldMT, Helvetica Bold, MinionPro-Regular (Embedded Subset) and SourceSans3-Regular(Embedded). We have installed these fonts in the Windows processing machin…...Dictionary<int, string> jPGFilePaths = new Dictionary<int, string>(); foreach...convertedImagePath); using (var converter = new GroupDocs.Conversion.Converter(PDFFilePath))...

    forum.groupdocs.com/t/font-processing-issue-wit...