Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 2,509 for

import

(0.05 sec)
  1. PDF is misaligned if we use Textboxes in the Wo...

    When we use Text Boxes in a Docx file . Generated PDF is totally misaligned. See the attached documents for reference TestDocument.docx (30.5 KB) TestDocument.pdf (26.6 KB)...Code: import com.groupdocs.conversion.Converter; import com.groupdocs...conversion.contracts.FontSubstitute; import com.groupdocs.conversion.options...

    forum.groupdocs.com/t/pdf-is-misaligned-if-we-u...
  2. Render web documents as PDF, PNG, and JPEG file...

    This topic describes how to use the GroupDocs.Viewer Java API to convert web documents to PDF, PNG, and JPEG formats.... Java import com.groupdocs.viewer.Viewer ; import com.groupdocs...pixels. Java import com.groupdocs.viewer.Viewer ; import com.groupdocs...

    docs.groupdocs.com/viewer/java/render-web-docum...
  3. Convert compression formats | Documentation

    In this article, you will learn how to extract compressed files and convert them to desired format with GroupDocs.Conversion for Java....format: import com.groupdocs.conversion.Converter ; import com.groupdocs...PdfConvertOptions ; import java.io.FileOutputStream ; import java.io.ByteArrayOutputStrea...

    docs.groupdocs.com/conversion/java/convert/comp...
  4. Licensing | Documentation

    Free conversion API version for java developers is available to evaluate the API which will be similar to licensed version but with few limitations.... import com.groupdocs.conversion.licensing...licensing.License ; import java.io.File ; ... String licensePath...

    docs.groupdocs.com/conversion/java/licensing-an...
  5. EditableDocument get html with inline styles - ...

    Hi, I am working with EditableDocument to get the complete html as string, I can see that the style is created on the head tag, Is possible to get the full html content but with inside styles?, example: <td style="widt…...Java: import com.groupdocs.editor.EditableDocument; import com...com.groupdocs.editor.Editor; import com.groupdocs.editor.options...

    forum.groupdocs.com/t/editabledocument-get-html...
  6. Getting Document Information | Documentation

    This article explains how to detect the document file type and calculate the number of pages when converting a file with GroupDocs.Conversion for Java....java import com.groupdocs.conversion.Converter ; import com.groupdocs...java import com.groupdocs.conversion.Converter ; import com.groupdocs...

    docs.groupdocs.com/conversion/java/get-document...
  7. Split a worksheet into pages | Documentation

    This topic describes how to use the GroupDocs.Viewer Java to split worksheets into pages when rendering spreadsheet files to HTML, PDF, and image formats....java import com.groupdocs.viewer.Viewer ; import com.groupdocs...viewer.options.PdfViewOptions ; import com.groupdocs.viewer.options...

    docs.groupdocs.com/viewer/java/split-worksheet-...
  8. Remove page redactions | Documentation

    This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents....pages: Python import groupdocs.redaction as gr import groupdocs.redaction...document: Python import groupdocs.redaction as gr import groupdocs.redaction...

    docs.groupdocs.com/redaction/python-net/remove-...
  9. Load from FTP | Documentation

    This article explains how to load a document from FTP storage with GroupDocs.Viewer within your Java applications....FTP: Java import com.groupdocs.viewer.Viewer ; import com.groupdocs...HtmlViewOptions ; import org.apache.commons.net.ftp.FTP ; import org.apache...

    docs.groupdocs.com/viewer/java/load-document-fr...
  10. Select specific pages for rasterized PDF | Docu...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized PDF...operator import truediv import groupdocs.redaction as gr import groupdocs...gro import groupdocs.redaction.redactions as grr import groupdocs...

    docs.groupdocs.com/redaction/python-net/select-...