Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 2,142 for

properties

(0.13 sec)
  1. Add Text Watermark to PDF Using Python

    Learn how to add text watermark to PDF using Python. This tutorial shows how to apply watermark to PDF in Python with custom font, color, and alignment....need to protect intellectual property, mark drafts, or maintain...

    kb.groupdocs.com/watermark/python/add-text-wate...
  2. Pembaca Kode Batang menggunakan C# | Pindai Kod...

    Cara memindai kode batang menggunakan C# dalam aplikasi .NET. Contoh C# yang membaca kode batang dari gambar yang akan membantu Anda membuat pemindai kode batang online....dari kode batang menggunakan properti Nilai. Kode sumber C# berikut...

    blog.groupdocs.com/id/parser/scan-barcode-using...
  3. Hapus Metadata dari PPTX menggunakan Java

    Pelajari dengan mudah cara menghapus metadata dari PPTX menggunakan Java. Anda juga akan mendapatkan contoh kode yang menunjukkan cara membersihkan metadata dari PPTX di Java tanpa instalasi perangkat lunak tambahan....lunak tambahan untuk menghapus properti dokumen di PPTX menggunakan...

    kb.groupdocs.com/id/redaction/java/remove-metad...
  4. Cara Mengonversi PDF ke Excel menggunakan Java

    Tutorial ini memberikan instruksi terperinci untuk mengonversi PDF ke Excel menggunakan Java dan menghasilkan kode Java untuk mengonversi PDF ke Excel untuk konversi dokumen....SpreadsheetConvertOp untuk mengatur properti untuk file Excel yang dikonversi...

    kb.groupdocs.com/id/conversion/java/how-to-conv...
  5. Tambahkan Anotasi Gambar ke JPG menggunakan C#

    Tutorial ini menawarkan panduan tentang cara menambahkan anotasi gambar ke JPG menggunakan C#. Anda dapat memasukkan anotasi gambar ke JPG di C# tanpa menginstal alat tambahan....ImageAnnotation dan tentukan properti yang diperlukan, seperti posisi...

    kb.groupdocs.com/id/annotation/net/add-image-an...
  6. Tambahkan Anotasi Gambar ke JPG menggunakan Java

    Tutorial ini memberikan instruksi tentang cara menambahkan anotasi gambar ke JPG menggunakan Java. Kami akan memberi Anda kode untuk memasukkan anotasi gambar ke JPG di Java....ImageAnnotation dan tentukan properti penting, termasuk posisi dan...

    kb.groupdocs.com/id/annotation/java/add-image-a...
  7. Cara Mengonversi PDF ke RTF di C#

    Artikel ini menjelaskan prosedur terperinci untuk mengonversi PDF ke RTF di C# dan menyediakan kode contoh untuk mendemonstrasikan penerapan konverter C# PDF ke RTF....dikustomisasi dengan mengatur properti seperti Width, Height, Zoom...

    kb.groupdocs.com/id/conversion/net/how-to-conve...
  8. GroupDocs.Assembly Engine APIs | Documentation

    Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a report from a template is assembled within the class. Building Reports To build a report from a template, you can use one of the DocumentAssembler.AssembleDocument overloads. The following table describes parameters of these overloads....To reference a JSON object property that is an array of simple-type...simple-type values, the name of the property (for example, “Child”) should...

    docs.groupdocs.com/assembly/python-net/groupdoc...
  9. Working with templates | Documentation

    Document template is set by Template class. It contains template items - fields and tables. Each item has the unique (in the template bounds) name and optional page index - value that represents the index of the page where the template item is located; null if the template item is located on any page. Template fields The template field is set by TemplateField class with the following constructor: TemplateField(TemplatePosition position, String name, Integer pageIndex) Parameter Description position Defines the way how to find the field on a page....the size of template field property is used. The size of template...value extraction is set by property. The size of rectangular area...

    docs.groupdocs.com/parser/java/working-with-tem...
  10. Working with metadata in GIF images | Documenta...

    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...