Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 2,471 for

properties

(0.06 sec)
  1. Cara Mengonversi ODG ke PDF menggunakan C#

    Mari kita lihat petunjuk langkah demi langkah untuk mengonversi ODG ke PDF menggunakan C# dengan beberapa panggilan API dan cara mengembangkan aplikasi pengonversi file C# ODG ke PDF....format PDF Buat dan tentukan properti untuk dokumen PDF untuk menyesuaikannya...

    kb.groupdocs.com/id/conversion/net/how-to-conve...
  2. Cara Mengonversi File Teks ke JPG menggunakan Java

    Konversikan file Teks ke JPG dengan mudah menggunakan Java dengan beberapa panggilan API dari pustaka konversi dokumen dan tinjau kode contoh untuk aplikasi konverter Java TXT ke JPG....dengan menyiapkan berbagai properti menggunakan objek ImageConvertOptions...

    kb.groupdocs.com/id/conversion/java/how-to-conv...
  3. Add Text Watermark to PPTX Using Python

    Learn how to add text watermark to PPTX using Python. This tutorial shows how to embed watermark text into PowerPoint slides with custom font, color, and alignment....for protecting intellectual property while enhancing the overall...

    kb.groupdocs.com/watermark/python/add-text-wate...
  4. Search Different Word Forms using Java

    Search different word forms using Java to identify nouns in both singular and plural forms. An example will demonstrate how to implement word form search in Java....set the UseWordFormsSearch property to true to enable word form...

    kb.groupdocs.com/search/java/search-different-w...
  5. Set password for output document | GroupDocs

    This article explains how to set document password after files comparison within your Java applications using GroupDocs.Comparison for Java.... Call the property to specify a password string...

    docs.groupdocs.com/comparison/java/set-password...
  6. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....root metadata package Use the property to obtain file format information...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. How to Add Text Field Annotation in PDF using Java

    This topic will demonstrate how to add text field annotation in PDF using Java. We will also help you in writing code to insert text field annotation to PDF in Java....TextFieldAnnotation class and set some properties e.g. position, page number...

    kb.groupdocs.com/it/annotation/java/how-to-add-...
  8. Remove form fields | GroupDocs

    This topic describes how to remove form fields from PDF file using the GroupDocs.Viewer Java API....the setRemoveFormFields() property to true in . The following...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  9. 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(); }...assign it to its Password property of an instance of LoadOptions...

    docs.groupdocs.com/redaction/java/load-password...
  10. Working with Folders Contained in Outlook Data ...

    We are pleased to announce the monthly release of GroupDocs.Viewer for .NET 18.12. This release includes three new features, two bug fixes, and four improvements. By upgrading to the latest version, you’ll be able to get the list of folders and render messages from a specific folder contained in Outlook Data Files (OST/PST). Furthermore, it also allows you to ignore empty columns when rendering Excel documents. Below is the list of new features, fixes, and the improvements added in version 18....IgnoreEmptyColumns property. For a working example, please...

    blog.groupdocs.com/viewer/working-with-folders-...