Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 1,167 for

layout

(0.53 sec)
  1. Render to HTML | GroupDocs

    With GroupDocs.Viewer for Java you can render files to HTML format. As a simple usecase please see how easily you can convert Microsoft Word to clean html....pages: Render with responsive layout Optimize output for printing...

    docs.groupdocs.com/viewer/java/rendering-to-html/
  2. Bootstrap v3: What Has Changed in the New Version

    Introduction In one of my previous articles I talked about using the Bootstrap CSS framework in web projects. Exactly 2 years after the very first release of Bootstrap to the open world by the ex-Twitter developers we have now Bootstrap v3 - the new version of the most popular CSS framework. I’m calling it the most popular because of the recently announced results from the meanpath source-code search engine which shows that 1% of websites nowadays are using Bootstrap....for how they want their app’s layout to look on different screens...responsive and more complex layouts. There are thousands of other...

    blog.groupdocs.com/total/bootstrap-v3-what-has-...
  3. Adding a watermark alters the original word doc...

    Hello, We’re trying to add watermark in Word documents using the Java module groupdocs-watermark. Watermarks are being added succesfully, but they alter the original document (blank spaces/lines or modifying text align…... which can affect document layout and formatting. This is likely...

    forum.groupdocs.com/t/adding-a-watermark-alters...
  4. Features Overview | GroupDocs

    Comprehensive overview of GroupDocs.Parser for .NET features including text extraction, metadata extraction, image extraction, template-based parsing, and PDF form data extraction from 50+ document formats....formatting like text style, table layout etc. At this moment the following...

    docs.groupdocs.com/parser/net/features-overview/
  5. Advanced worksheet editing options | GroupDocs

    This article describes two features of GroupDocs.Editor for Node.js via Java version 26.7 — advanced worksheet editing options that control how exactly an input worksheet is converted to HTML....similarities: different formatting, layout, rendering, processing, internal...

    docs.groupdocs.com/editor/nodejs-java/advanced-...
  6. Advanced worksheet editing options | GroupDocs

    This article describes two new features of the GroupDocs.Editor for .NET version 26.6 - the advanced worksheet editing options, which control how exactly input worksheet will be converted to HTML...similarities: different formatting, layout, rendering, processing, internal...

    docs.groupdocs.com/editor/net/advanced-workshee...
  7. Features Overview | GroupDocs

    This article describes the main functions of GroupDocs.Parser for Python via .NET. Extracting text, images, metadata, tables, and structured data from documents with template-based parsing support....formatting like text style, table layout etc. At this moment the following...

    docs.groupdocs.com/parser/python-net/features-o...
  8. System Requirements | GroupDocs

    System requirements, supported platforms, and environment setup for GroupDocs.Viewer for Node.js via Java. No Microsoft Office or other third‑party software is required....Missing glyphs or incorrect text layout: install required fonts used...

    docs.groupdocs.com/viewer/nodejs-java/system-re...
  9. basic-example.zip

    basic-example/.dockerignore node_modules npm-debug.log .git .gitignore README.md .env .nyc_output coverage .DS_Store *.log basic-example/Dockerfile # Build stage – compiles native module and instal......encounter missing glyphs or layout differences, install additional...

    docs.groupdocs.com/viewer/nodejs-java/_sample_f...
  10. Working with Groupdocs Signature API from Ruby

    Today we will find out how to use GroupDocs’ Ruby SDK. We will create a GroupDocs Signature envelope sample with the Sinatra framework. GroupDocs Signature envelopes are used to prepare documents for digital signature and managing the signature process. Setting Up First, create the application folders structure: your_app/public – for CSS files. your_app/samples – for sample files. your_app/views – for view files, we will use Haml for these. Also we need to create a Gemfile in our project’s root directory with the following content: https://gist.... Create a parent layout file called layout.haml. https://gist...

    blog.groupdocs.com/signature/working-with-group...