Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 1,770 for

image to pdf

(0.04 sec)
  1. ImportExport Test Document 2

    Font Formatting Source Sans Pro Light, 14 pt. Simple text in Times New Roman 12 followed by an empty paragraphsubscript andsuperscript. Various characters: ‘ “ & < > £ ¥ § ¨ © ª « ® » ¼ Paragraph w......the same way in Word and in Pdf. This text has shading and highlighting...Item 2.1 · Item 2.2 · Item 3 Images This section starts from a...

    docs.groupdocs.com/conversion/java/_sample_file...
  2. maven-app.zip

    maven-app/formatting.docx Font Formatting Source Sans Pro Light, 14 pt. Simple text in Times New Roman 12 followed by an empty paragraphsubscript andsuperscript. Various characters: ‘ “ & < > £ ¥ §......the same way in Word and in Pdf. This text has shading and highlighting...Item 2.1 · Item 2.2 · Item 3 Images This section starts from a...

    docs.groupdocs.com/viewer/java/sample-apps/gett...
  3. ImportExport Test Document 2

    Font Formatting Source Sans Pro Light, 14 pt. Simple text in Times New Roman 12 followed by an empty paragraphsubscript andsuperscript. Various characters: ‘ “ & < > £ ¥ § ¨ © ª « ® » ¼ Paragraph w......the same way in Word and in Pdf. This text has shading and highlighting...Item 2.1 · Item 2.2 · Item 3 Images This section starts from a...

    docs.groupdocs.com/viewer/java/sample-files/get...
  4. Get the format family and the additional inform...

    This article explains how To get the format family and the additional information using .NET / C# with GroupDocs.Viewer for .NET....collection of folders (see ); PDF documents - a flag that indicates...viewer = new Viewer ( "sample.pdf" )) { // Get file information...

    docs.groupdocs.com/viewer/net/how-to-get-file-t...
  5. GroupDocs.Annotation for Java | Documentation

    API To annotate text or Images in your documents using Java. It supports Pdf, Microsoft Word DOCX, Excel XLSX and PowerPoint. PPTX...ability to annotate text or images in a document within your applications...Annotation supports . These include PDF documents, Microsoft Word, Microsoft...

    docs.groupdocs.com/annotation/java/
  6. Working with IPTC IIM metadata | Documentation

    This article explains how To access IPTC metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IIptc.getIptcPackage method....that can be applied to text, images, and other media types. The...standard is supported by many image creation and manipulation programs...

    docs.groupdocs.com/metadata/java/working-with-i...
  7. Save to stream | Documentation

    You might need To save a document To any cusTom file at any location on the local disc or a even a Stream. The following example demonstrates how To save a document To any location. final RedacTor redacTor = new RedacTor("Sample.docx"); try { // Here we can use document instance To perform redactions RedacTorChangeLog result = redacTor.apply(new ExactPhraseRedaction("John Doe", new ReplacemenToptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document To a cusTom location and convert its pages To Images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....location and convert its pages to images final FileOutputStream fileStream..."C:\\\\Temp\\\\sample_output_file.pdf" ); try { RasterizationOptions...

    docs.groupdocs.com/redaction/java/save-to-stream/
  8. DemoApp.zip

    DemoApp/.dockerignore **/.dockerignore **/Dockerfile* **/.vs **/.vscode **/*.*proj.user **/bin **/obj DemoApp/DemoApp.csproj ExePdf. This text has shading and highlighting...Item 2.1 · Item 2.2 · Item 3 Images This section starts from a...

    docs.groupdocs.com/viewer/net/sample-files/how-...
  9. java-app.zip

    java-app/App.java java-app/App.java import com.groupdocs.viewer.Viewer; import com.groupdocs.viewer.options.*; public class App { public static void main(String[] args) throws Exception { Viewer vi......the same way in Word and in Pdf. This text has shading and highlighting...Item 2.1 · Item 2.2 · Item 3 Images This section starts from a...

    docs.groupdocs.com/total/java/sample-apps/getti...
  10. Get file info | Documentation

    This page describes how To detect document file type, size and calculate pages count when annotate documents or Images with GroupDocs.Annotation....information: is a document file type (PDF, Word document, Excel spreadsheet...PowerPoint presentation or image etc.) is a count of document...

    docs.groupdocs.com/annotation/java/get-file-info/