Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 39,968 for

pdf

(0.04 sec)
  1. Remove Watermark from PDF Documents using C# | ...

    Delete or remove watermarks from Pdf and other documents using C#. An overview of .NET API for C# developers to create a watermark remover application....watermarks from PDF documents using C# . .NET API to Remove PDF Watermarks...to: Remove all watermarks from PDF Delete watermarks with particular...

    blog.groupdocs.com/watermark/remove-watermark-f...
  2. 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...
  3. Convert XML to PDF Using XSL-FO | Documentation

    Learn how to convert a XML document to Pdf using XSL-FO with GroupDocs.Conversion for .NET....Convert XML to PDF Using XSL-FO Convert XML to PDF Using XSL-FO...you to convert XML files to PDF format using XSL-FO templates...

    docs.groupdocs.com/conversion/net/convert-xml-t...
  4. How to add attachment to PDF document | Documen...

    This article explains how to add attachment to Pdf document with GroupDocs.Merger within your .NET applications....attachment to PDF document How to add attachment to PDF document Leave...feedback It is a known fact PDF files are great for demonstration...

    docs.groupdocs.com/merger/net/how-to-add-attach...
  5. 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...
  6. Generated PDF Alignment is wrong - Free Support...

    I have generated Pdf using a MS Word File. The alignment are not coming as same. It is an Urgent Issue. Please respond as soon as possible. Attached Word Document and Generated Pdf GeneratedPdf.Pdf (96.3 KB) TestTemp…...Generated PDF Alignment is wrong GroupDocs.Total Product Family...2025, 8:21am 1 I have generated PDF using a MS Word File. The alignment...

    forum.groupdocs.com/t/generated-pdf-alignment-i...
  7. Remove Annotations from PDF & Word Documents in...

    Programmatically remove annotations from Pdf & Word files in Java. Remove all annotations, remove by IDs, or by annotation types using Java Annotation API....add different annotations to PDF documents . This article discusses...annotations from documents like PDF and Word DOC/DOCX files in Java...

    blog.groupdocs.com/annotation/remove-annotation...
  8. Optimize spreadsheets in a PDF file | Documenta...

    This topic describes how to optimize spreadsheets in a Pdf file using the GroupDocs.Viewer .NET API (C#)....documents / Render to PDF / Optimize the output PDF file / Optimize...spreadsheets in a PDF file Optimize spreadsheets in a PDF file Leave...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  9. 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...
  10. Convert CAD Drawings (DWG, DGN, DWF) to PDF in ...

    Convert the CAD files like DWG to Pdf in Java. DWF, DGN, and AutoCAD drawings to Pdf using document and image conversion Java API by GroupDocs.... PDF is one of the most well-known...need to convert CAD files to PDF format when such technical drawings...

    blog.groupdocs.com/conversion/convert-cad-drawi...