Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 42,287 for

pdf

(0.04 sec)
  1. Convert to PDF with advanced options | Document...

    Follow this guide and learn how a file convert to Pdf with height, width, DPI, margins and other customizations using GroupDocs.Conversion for .NET....Convert to PDF with advanced options Convert to PDF with advanced...after conversion. defines the PDF-specific convert options. See...

    docs.groupdocs.com/conversion/net/convert-to-pd...
  2. Implement Link Annotation in PDF Documents

    You might be wondering if there would be more annotation types. The wait is over, we’ve introduced Link Annotation in GroupDocs.Annotation for .NET 19.4. With the passage of time we’ll introduce more annotations. Currently, Link Annotation is supported for Pdf, Slides and Word documents only. Let’s see the minimal set of fields required for Link Annotation. There is one improvement and few bug fixes introduced as well. Previously, GetPdfFile method was not processing password protected documents....Annotation is supported for PDF, Slides and Word documents only...documents were not converted to PDF GetPdfFile method was returning...

    blog.groupdocs.com/annotation/implement-link-an...
  3. Working with metadata in PDF documents | Docume...

    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...
  4. Extract metadata from PDF documents | Documenta...

    This article explains that how to extract metadata from Pdf documents...data from PDF documents / Extract metadata from PDF documents...documents Extract metadata from PDF documents Leave feedback To extract...

    docs.groupdocs.com/parser/net/extract-metadata-...
  5. View Word Documents as PDF using C# | Protect &...

    Learn how to view Word DOC/DOCX files as Pdf using C#. Transform Word files to password-protected Pdf & Disallow Pdf Printing using Document Viewer .NET API....ability to convert documents to PDF is almost a required skill in...in this digital age. PDF being the universally accepted standard...

    blog.groupdocs.com/viewer/view-word-documents-a...
  6. Existing objects in PDF document | Documentation

    Removing watermark from a particular page of Pdf document using C#....watermarks to PDF documents / Existing objects in PDF document Existing...Existing objects in PDF document Leave feedback Removing watermark...

    docs.groupdocs.com/watermark/java/existing-obje...
  7. Working with metadata in PDF documents | Docume...

    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...
  8. Create PDF with Image Redaction | Documentation

    This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....usage / Create PDF with Image Redaction Create PDF with Image Redaction...etc.); save it as a rasterized PDF file (containing images of the...

    docs.groupdocs.com/redaction/python-net/create-...
  9. C# Convert JPG, PNG, GIF, TIFF Images to PDF | ...

    Convert images to Pdf in C#. Convert JPG, TIFF, PNG, JPEG, GIF, BMP, and more files with rotation, resize, margins options using conversion API for .NET....An Image can be converted to PDF to assure that the image is displayed...devices without being altered. PDF images are ideal for printing...

    blog.groupdocs.com/conversion/convert-images-to...
  10. Extract Images from PDF Documents in C# using ....

    Learn how to extract images from Pdf files using C# within your .NET applications. Extract images from Pdf files or from any specific page using .NET API....中國傳統的 Portable Document Format (PDF) is a popular and widely used...document format developed by Adobe. PDF documents can contain a variety...

    blog.groupdocs.com/parser/extract-images-from-p...