Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 4,614 for

values

(0.2 sec)
  1. Extract table of contents | GroupDocs

    This article shows how to extract table of contents from Microsoft Word (DOC, DOCX etc), PDF documents and Ebooks (CHM, EPUB)....// Check if page index has a value if ( i . getPageIndex () ==...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/java/extract-table-of...
  2. Inserting Images Dynamically | GroupDocs

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. You can insert images to your reports dynamically using image tags. To declare a dynamically inserted image within your template, do the following steps: Add a textbox to your template at the place where you want an image to be inserted. Set common image attributes such as frame, size, and others for the textbox, making the textbox look like a blank inserted image....The expression must return a value of one of the following types:...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/inserting-image...
  3. Memory Optimization Option | GroupDocs

    This article explains how to optimize memory utilization when editing large Word documents using GroupDocs.Editor for Node.js via Java API....setOptimizeMemoryUsa ( boolean value ) By default, this property...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/editor/nodejs-java/memory-op...
  4. eSign document with Barcode signature | GroupDocs

    This article explains how to add Barcode signature on document page with various options like barcode type, barcode text, positioning, alignment and other visual settings with GroupDocs.Signature... Set property value. Call method of class instance...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/esign-documen...
  5. Extrahieren Sie Daten aus Datenbankdateien mit C#

    Die Datenbank gilt als integraler Bestandteil der meisten Anwendungen. Ob es sich um eine Desktop-, Web- oder mobile Anwendung handelt, die Datenbank spielt eine wichtige Rolle beim Speichern, Zugreifen und Bearbeiten der Daten. Es gibt viele Datenbankverwaltungssysteme, mit denen Sie Datenbanken erstellen und verwalten können. Es könnte jedoch ein Szenario geben, in dem Sie eine Möglichkeit zum Extrahieren von Daten aus Datenbankdateien, dh .db-Dateien, benötigen, ohne ein Datenbankverwaltungssystem zu installieren oder die SQL-Abfragen zu schreiben....Value)) { Console.WriteLine(reader...parser.GetText(i.PageIndex.Value)) { Console.WriteLine(reader...

    blog.groupdocs.com/de/parser/extract-data-from-...
  6. Python アプリケーションでメタデータを編集および管理する - GroupDocs.Met...

    GroupDocs.Metadata for Python via .NET を使用してアプリケーションからメタデータを抽出、更新、削除する方法を確認します。...interpreted_value プロパティを使用します if not (property . interpreted_value is..., Property value: { property . interpreted_value } " ) else :...

    blog.groupdocs.com/ja/metadata/edit-metadata-in...
  7. Working with metadata in PDF documents | GroupDocs

    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(); 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.... Value ); } } As you can see the code...Console . WriteLine ( field . Value ); // ... } } } Reading document...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Two Ways of Uploading Files into a GroupDocs Ac...

    Working with GroupDocs SDK we usually need a GUID to work with a document. But it’s not very comfortable for users to work with GUIDs. So in your app, you can use two methods to upload a file to a GroupDocs account and get it’s GUID programmatically. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version....type='text' name='client\_id' value="{{@userId}}" /> <br /> <label...type='text' name='private\_key' value="{{@privateKey}}" /> <br />...

    blog.groupdocs.com/total/two-ways-of-uploading-...
  9. Re: Viewer doesn't handle midle excel documents...

    Hi, Same problems occur while loading mid size Excel file (attached). The latest version has a bug and memory leak (CPU is 100% and memory consumption rises 4 times). The process is being looped - prev versions worked f…... Use “MinimumImageWidth(value)” method. MinimumImageWidth:...image size is smaller than the value specified and if the original...

    forum.groupdocs.com/t/re-viewer-doesnt-handle-m...
  10. 在线扫描二维码 |使用图像和相机扫描二维码

    在线扫描二维码。扫描二维码图像并使用相机扫描。我们还将讨论如何使用 C# 和 Java 以编程方式扫描二维码。...CodeTypeName +" Code Value: " + barcode.Value); } } 您可以进一步了解如何开发...WriteLine(barcode.getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/zh/parser/scan-qr-code-online/