Sort Score
Result 10 results
Languages All
Labels All
Results 5,841 - 5,850 of 7,638 for

paged

(0.24 sec)
  1. Problem with "AllAndNone" font converting PDF t...

    We received a document that’s causing problems when viewing it with GroupDocs. Instead of the actual text, it just display some strange characters: image.jpg (311.3 KB) Adobe Reader displays that “AllAndNone” Font is …...with corrupted text on the 1st page when rendering to the HTML and...

    forum.groupdocs.com/t/problem-with-allandnone-f...
  2. Working with XML Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for Java 19.10 or later releases. To access XML data while building a report, you can use facilities of DataSet to read XML into it and then pass it to the assembler as a data source. However, if your scenario does not permit to specify XML schema while loading XML into DataSet, all attributes and text values of XML elements are loaded as strings then....Source Document Template Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/java/working-with-x...
  3. Implement custom serialization with Metadata si...

    This article explains how to implement custom serialization for Metadata electronic signatures.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/signature/java/implement-cus...
  4. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/search/java/indexing-from-di...
  5. C#を使用してPDFからページを削除する|偶数、奇数、リストと範囲

    C#を使用してPDFファイルからページのセットを削除します。 .NETアプリケーション内のPDFファイルから、ページのリスト、任意の範囲、偶数または奇数のページを削除します。...Save("path/selected-pages-removed.pdf"); } C#を使用してPDFからページ範囲を削除する...RemovePages(removeOptions); merger.Save("path/pages-range-removed.pdf"); } C#を使...

    blog.groupdocs.com/ja/merger/delete-pages-from-...
  6. Convert PDF

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....ne sont pas bien adaptés aux pages Web. La conversion d’un PDF...

    blog.groupdocs.com/fr/tag/convert-pdf/
  7. Texte barré dans les documents en Java | C̶r̶o̶...

    Biffons le texte dans les documents en utilisant Java. Automatisez la suppression du texte non valide à l'aide d'annotations barrées avec l'API Java....Définir l’opacité, le numéro de page du document. Définissez les...présentations, des documents PDF, des pages Web, des messages électroniques...

    blog.groupdocs.com/fr/annotation/strikethrough-...
  8. Annotate Word DOC DOCX files in Java | Add or R...

    Add or remove annotations from Word DOC/DOCX files in Java. Add arrow, rectangle, ellipse, watermark annotations using document Annotation API.... Adjust the position, size, page number of the arrow annotation...rectangle. Set other properties like page number, background, opacity...

    blog.groupdocs.com/annotation/annotate-word-doc...
  9. Konvertieren Sie Word-Dokumente mit C# in PDF |...

    Konvertieren Sie Word DOC- und DOCX-Dokumente mit C# in .NET-Anwendungen in PDF. Automatisieren Sie Ihre Dateikonvertierung mit der Dokumentkonvertierungs-.NET-API....mithilfe der Eigenschaften Pages, PageNumber und PageCount. Konvertieren...Convert("path/converted-docx-pages-to-pdf.pdf", options); } Fazit...

    blog.groupdocs.com/de/conversion/convert-word-d...
  10. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....be an estimated word count, page count, character count, etc...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/metadata/java/working-with-m...