Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 2,432 for

properties

(0.2 sec)
  1. Get supported file types | GroupDocs

    This article explains how to obtain supported file formats list when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) documents with GroupDocs.Merger within your Python via .NET applications....supported_file_types : print ( f "Property value: { supported_file_type...

    docs.groupdocs.com/merger/python-net/get-suppor...
  2. Extract Text Areas from Document Pages using Gr...

    Today, we are excited to announce the release of version 18.7 of GroupDocs.Parser for .NET. The latest release supports extracting text areas from document pages. This feature may help you getting data for text analysis. We recommend you to upgrade the API to the latest version and share your valuable feedback. Extracting Text AreasExtracting text areas is useful when you need to get the data for text analysis. To extract text areas, text extractors implement their own internal private class and provide DocumentContent property (see PdfTextExtractor as the sample)....and provide DocumentContent property (see PdfTextExtractor as the...

    blog.groupdocs.com/parser/extract-text-areas-fr...
  3. Baca Tag MP3 menggunakan C# - (ID3, Lirik, APE)...

    Ekstrak tag MP3 dari file mp3 menggunakan C#. Baca tag standar metadata ID3v1, ID3v2, Lirik, dan APEv2 dari file mp3 menggunakan .NET Metadata API....terlampir dan detailnya, gunakan properti AttachedPictures. Contoh kode...C# berikut membaca beberapa properti tag MP3 APE dari file MP3...

    blog.groupdocs.com/id/metadata/read-mp3-tags-us...
  4. Load PDF document with options | GroupDocs

    Learn this article and check how to load and convert PDF documents with advanced options using GroupDocs.Conversion for .NET API.... You can use the property of the class to set the default...default font name. In case the property is not set the Times New Roman...

    docs.groupdocs.com/conversion/net/load-pdf-docu...
  5. GroupDocs.Viewer pro .NET 25.11 – Nejnovější ak...

    Prozkoumejte novinky v GroupDocs.Viewer pro .NET 25.11. K dispozici nyní na NuGetu a na webu GroupDocs....exposed through a new Boolean property RenderHeaderFooterPl , defined...rendering behaviour when the property is left at its default value...

    blog.groupdocs.com/cs/viewer/groupdocs-viewer-f...
  6. Introducing Stamp Types in GroupDocs.Signature ...

    Team GroupDocs is excited to release version 18.6 of GroupDocs.Signature for Java API. This latest version supports to sign documents with stamp signatures either in a round or a square shape. Apart from that, few fixes are also introduced in this release of the API. We would recommend you to download the new version of API and evaluate the exciting features to enhance document e-signing experience. Features Encode and Search Custom Object to QR-Code SignatureNow users of this API can add and search custom object to QR-Code signatures....QR); // setup Data property with custom object signOptions...

    blog.groupdocs.com/signature/java-e-signing-api...
  7. Introducing Stamp Types in GroupDocs.Signature ...

    Team GroupDocs is excited to release version 18.6 of GroupDocs.Signature for Java API. This latest version supports to sign documents with stamp signatures either in a round or a square shape. Apart from that, few fixes are also introduced in this release of the API. We would recommend you to download the new version of API and evaluate the exciting features to enhance document e-signing experience. Features Encode and Search Custom Object to QR-Code SignatureNow users of this API can add and search custom object to QR-Code signatures....QR); // setup Data property with custom object signOptions...

    blog.groupdocs.com/signature/java-e-signing-api...
  8. License parsing error and performance issue dur...

    Hi Team, We are currently using GroupDocs.Conversion for Java to support a functionality where files in non-PDF formats (.doc, .docx, .xls, .xlsx) are converted to PDF, and later all PDFs are merged into a single docum…...IllegalArgumentExcep: Property ' http://javax.xml.XMLConstants/property/accessExternalDTD’...IllegalArgumentExcep: Property ' http://javax.xml.XMLConstants/property/accessExternalDTD’...

    forum.groupdocs.com/t/license-parsing-error-and...
  9. 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-...
  10. 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...