Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 40,938 for

pdf

(0.04 sec)
  1. 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/net/create-pdf-wit...
  2. Load PDF document with options | Documentation

    Learn this article and check how to load and convert Pdf documents with advanced options using GroupDocs.Conversion for Java API....types / Load PDF document with options Load PDF document with...advanced capabilities for loading PDF documents with customizable options...

    docs.groupdocs.com/conversion/java/load-pdf-doc...
  3. 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/java/create-pdf-wi...
  4. GroupDocs.Viewer.for.Java pdf conversion issues...

    Hi, We are working on migrating to GroupDocs for java form GroupDocs for .Net. There seems to be an issue with conversion of some Pdf files. 133d0a13-88f2-434e-a7a1-23579c4c5670.Pdf (399.2 KB) Resulting conversion us…...Java pdf conversion issues GroupDocs.Viewer...some pdf files. 133d0a13-88f2-434e-a7a1-23579c4c5670.pdf (399...

    forum.groupdocs.com/t/groupdocs-viewer-for-java...
  5. Find and Replace Text in PDF using C# | Replace...

    Programmatically find certain text, words, phrases in Pdf documents with case sensitivity and RegEx using C#. Replace or hide the text to redact Pdf files....and replace text and words in PDF documents using C# . We will...presentations, spreadsheets, PDF files, and images within .NET...

    blog.groupdocs.com/redaction/find-and-replace-t...
  6. Rearrange PDF Pages in Java | Organize with Jav...

    Reorder the pages of Pdf files in Java. The running example shows how to correct the sequence of unordered Pdf pages within the Java application....Український Tiếng Việt 中文 中國傳統的 PDF is among one of the most in-use...discusses, how to rearrange PDF pages programmatically in Java...

    blog.groupdocs.com/merger/move-pdf-pages-in-java/
  7. Save in rasterized PDF | Documentation

    This article demonstrates that how to save the document as a rasterized Pdf file...Save in rasterized PDF Save in rasterized PDF Leave feedback The...the document as a rasterized PDF file: Python import groupdocs...

    docs.groupdocs.com/redaction/python-net/save-in...
  8. 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...
  9. Convert CAD Drawings to PDF in C# .NET | DGN DW...

    C# guide to convert the CAD files like DWG, DGN, and DWF to Pdf format using document and image conversion .NET API by GroupDocs....convert the CAD drawings to PDF format in C#. Previously, in...DWG, DGN, and DWF files into PDF documents with the code example...

    blog.groupdocs.com/conversion/convert-cad-drawi...
  10. 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...