Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 1,775 for

point

(0.49 sec)
  1. .txt font replacement - Free Support Forum - gr...

    Hello, Please can you provide an example of how I can replace a font in a .txt file. I have tried the following but none seem to work. LoadOptions GetLoadOptions(LoadContext context) { var loadOptions = new WordPr…... However, I would like to point out that from your question...

    forum.groupdocs.com/t/txt-font-replacement/16295
  2. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Conversion for Node.js via Java inside Docker containers with examples, dependencies, and troubleshooting.... # Set the entry point and default command ENTRYPOINT...

    docs.groupdocs.com/conversion/nodejs-java/runni...
  3. 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...... # Set the entry point ENTRYPOINT ["node", "/app/render-file...

    docs.groupdocs.com/viewer/nodejs-java/_sample_f...
  4. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for Java since version 19.11: Parser class is introduced as a single entry Point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....introduced as a single entry point to extract data from the document...

    docs.groupdocs.com/parser/java/migration-notes/
  5. Convert to eBook with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to eBook formats (EPUB, MOBI, AZW3) with page size, orientation, and other customizations using GroupDocs.Conversion for .NET....width in points double Sets custom page height in points PageOrientation...custom page width and height in points for precise control: using...

    docs.groupdocs.com/conversion/net/convert-to-eb...
  6. Extract text areas | GroupDocs

    This article explains that how to extract text areas from documents in Java...."\\s[a-z]{2}\\s" , new Rectangle ( new Point ( 0 , 0 ), new Size ( 300 ,...

    docs.groupdocs.com/parser/java/extract-text-areas/
  7. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Viewer for Node.js via Java inside Docker containers with examples, dependencies, and troubleshooting.... # Set the entry point and default command ENTRYPOINT...

    docs.groupdocs.com/viewer/nodejs-java/running-i...
  8. 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.... The Starting Point # Before creating the envelope...

    blog.groupdocs.com/signature/working-with-group...
  9. Edit Markdown documents | GroupDocs

    This guide demonstrates how to edit the content of Markdown documents/files like common text documents using GroupDocs.Editor for Python via .NET.... In order to point GroupDocs.Editor to all external...

    docs.groupdocs.com/editor/python-net/edit-markd...
  10. JsonDataSource Conditional Expressions: !s.Disa...

    When we were passing a POCO this would work: <<if [MyProperty.Data.Any(s => !s.Disabled)]>> When we changed to pass an interface (Data changed to a List instead of List), properties in sub interfaces could not be found…... At some point I tested with the latest version...

    forum.groupdocs.com/t/jsondatasource-conditiona...