Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 2,261 for

word to pdf

(0.1 sec)
  1. Sign Pdf documents with custom digital signatur...

     This article explains how To cusTomize Pdf digital electronic signature on document page....Signature Appearances / Sign Pdf documents with custom digital...digital signature appearance Sign Pdf documents with custom digital...

    docs.groupdocs.com/signature/net/sign-pdf-docum...
  2. Sign PDF with Digital Signature Certificate usi...

    Master the art of digitally signing Pdfs with certificates in Java. CusTomize signatures and build your own application using Digital Signature API....Tiếng Việt 中文 中國傳統的 Signing PDFs with a digital certificate ensures...adventure as we delve into signing PDF files with ease. In this article...

    blog.groupdocs.com/signature/sign-pdf-with-cert...
  3. Add or Remove Annotations | Annotate PDF files ...

    Programmatically add and remove annotations from Pdf files in Java. Add arrow, rectangle, ellipse, highlight, watermark annotations and more using Java API....to programmatically annotate PDF documents in Java with your application...how to remove annotations from PDF files using the same Java API...

    blog.groupdocs.com/annotation/annotate-pdf-file...
  4. Zero-Footprint, Cross-Platform Java PDF Viewer ...

    GroupDocs.Viewer for Java is a lightweight library that allows developers To display Pdf (as well as Microsoft Word, Excel, PowerPoint and over 50 other types of documents) within their Java apps. The Java Pdf viewer provides cross-platform compatibility, allowing end users To view Pdf documents from any web-enabled device, including mobiles and tablets. The viewer works with all modern browsers: IE8+, Chrome, FireFox, Safari 5+, Opera and their mobile versions....developers to display PDF (as well as Microsoft Word, Excel, PowerPoint...within their Java apps. The Java PDF viewer provides cross-platform...

    blog.groupdocs.com/viewer/zero-footprint-cross-...
  5. Sign Pdf documents with special appearance | Gr...

     This article explains how To use Pdf digital electronic signature features on document page..../ Sign Pdf documents with special appearance Sign Pdf documents...classes that implements for Pdf document special signature appearances...

    docs.groupdocs.com/signature/java/sign-pdf-docu...
  6. DOCX to PDF using dotnet

    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....Український Tiếng Việt 中國傳統的 MS WordPDF 文档是几乎所有企业和行业都使用的流行文档格式。由...用 C# 将 DOC/DOCX 格式的 MS Word 文档转换为 PDF 格式。此外,我们将看到如何使用 C# 和 .NET...

    blog.groupdocs.com/zh/tag/docx-to-pdf-using-dot...
  7. CSV to PDF using template

    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....C# 使用一個簡單的模板將 CSV 數據轉換為 PDF 和 MS Word DOC/DOCX 報告。 逗號分隔值 (CSV)...的模板將 CSV 數據轉換為 Java 中的 PDF 和 MS Word 報告。...

    blog.groupdocs.com/zh-hant/tag/csv-to-pdf-using...
  8. 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....metadata in PDF documents Working with metadata in PDF documents...feedback Detecting the version of a PDF document The following sample...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Search text in PDF Document on GroupDocs Blog |...

    Search text in Pdf Document on GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers Recent content in Search text in Pdf Document on GroupDocs Blog | Document AuTomation Soluti......Search text in PDF Document on GroupDocs Blog | Document Automation...Recent content in Search text in PDF Document on GroupDocs Blog |...

    blog.groupdocs.com/pl/tag/search-text-in-pdf-do...
  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 FileType property To obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage<PdfRootPackage>(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a Pdf document, please use the DocumentProperties property defined in the DocumentRootPackage class....metadata in PDF documents Working with metadata in PDF documents...feedback Detecting the version of a PDF document The following sample...

    docs.groupdocs.com/metadata/net/working-with-me...