Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 3,029 for

properties

(0.43 sec)
  1. Float and paginal modes | GroupDocs

    This article explains the pros and cons of float and paginal document editing modes when editing Word documents with GroupDocs.Editor API....modes are controlled by a property in the WordProcessingEditOp...

    docs.groupdocs.com/editor/nodejs-java/float-and...
  2. Extraire les métadonnées de XLSX à l'aide de C#

    Dans cet article, nous allons décrire toutes les étapes nécessaires pour extraire les métadonnées de XLSX à l'aide de C#. Un exemple de code C# d'extraction des métadonnées XLSX sera également inclus....fonctionnalité read XLSX file properties C# dans des applications...

    kb.groupdocs.com/fr/parser/net/extract-metadata...
  3. Alignment and font issues in the generated PDF ...

    We have a docx file in which Arial MT, Times New Roman fonts are used but upon conversion to pdf we see the following issues : everything is coming in Arial font and not Arial MT The header has correct font but it has …...Set the AutoFontSubstitution property to false to prevent the library...via the setFontDirectories() property and then view the converted...

    forum.groupdocs.com/t/alignment-and-font-issues...
  4. Unable to convert eml to pdf using 24.8 with ec...

    Local testing works fine on Windows 11. However, when I attempt to test groupdocs 24.8 with a eclipse-temurin:17-jre-jammy base image it just hangs and never converts the eml to pdf. Based on the threads, it looks like…...fonts system property to point to a specific directory...

    forum.groupdocs.com/t/unable-to-convert-eml-to-...
  5. Cara Menambahkan Tanda Tangan Digital ke DOCX m...

    Topik ini memberikan panduan tentang cara menambahkan tanda tangan digital ke DOCX menggunakan Java. Anda juga akan menemukan contoh kode untuk memasukkan tanda tangan digital ke dalam DOCX menggunakan Java....argumen ke konstruktornya Setel properti DigitalSignOptions yang diinginkan...

    kb.groupdocs.com/id/signature/java/how-to-add-d...
  6. GroupDocs.Search for .NET 25.11 – Latest Update...

    Explore what’s new in GroupDocs.Search for .NET 25.11. Available now on NuGet and GroupDocs website....change : a new TempFolder property was added to GroupDocs.Search...

    blog.groupdocs.com/search/groupdocs-search-for-...
  7. GroupDocs.Editor for Node.js 26.7 – Rilis Juli ...

    Versi 26.7 menambahkan dukungan font TrueType Collection, PPT/PPS berbasis teks, penyuntingan PDF, opsi spreadsheet baru, dan beberapa perbaikan bug....[Peningkatan] Tambahkan dukungan properti CSS baru (EDITORNET-3036)...

    blog.groupdocs.com/id/editor/groupdocs-editor-f...
  8. Password-protected documents | GroupDocs

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...filePath ); // Check IsEncrypted property System . out . println ( info...

    docs.groupdocs.com/parser/java/password-protect...
  9. GroupDocs.Total for .NET 26.6 – Haziran 2026 Sürüm

    Haziran 2026 GroupDocs.Total for .NET 26.6 güncellemesi hata düzeltmeleri getirir, Aspose.Drawing bağımlılığını kaldırır ve kütüphane sürümlerini yükseltir. NuGet üzerinden temin edilebilir....while preserving its original properties and transport message headers:...

    blog.groupdocs.com/tr/total/groupdocs-total-for...
  10. Detect encoding | GroupDocs

    This article explains that how to detect encoding of a plain text file in java....cast the result to Read the property. The following example shows...

    docs.groupdocs.com/parser/java/detect-encoding/