Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 4,567 for

values

(0.07 sec)
  1. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. TextOptions parameter is ignored for Microsoft Office Words documents. Here are the steps to extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....Warning method returns null value if text extraction isn’t supported...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/java/extract-text-fro...
  2. แปลงข้อมูล Excel และ CSV ใน C# | XLSX เป็น CSV ...

    แปลง XLS & XLSX เป็น CSV และ CSV เป็นรูปแบบ Excel ภายในแอปพลิเคชัน Java ทำให้การแปลงไฟล์ของคุณเป็นแบบอัตโนมัติโดยใช้ Java API สำหรับการแปลงเอกสาร...outputFile = @"path/comma-sparated-values.csv"; using (Converter converter...inputFile = @"path/comma-sparated-values.csv"; string outputFile = @"path/spreadsheet...

    blog.groupdocs.com/th/conversion/convert-excel-...
  3. הסר מטא נתונים של מסמכים ותמונות באמצעות C#

    הסר מטא נתונים סלקטיביים או נקה את כל מאפייני המטא נתונים באמצעות C# מקובצי DOCX, XLSX, PPTX, PDF, JPG/JPEG, PNG, WebP, אימייל, eBooks, Visio, Zip....Value.Type == MetadataPropertyType.String && p.Value.ToString()...

    blog.groupdocs.com/he/metadata/remove-metadata-...
  4. Extract text from EPUB eBooks | GroupDocs

    To extract text from EPUB e-books getText and getText(pageIndex) methods is used. These methods allow to extract text from the entire document or a text from the selected page. Raw mode is not supported for EPUB....Warning method returns null value if text extraction isn’t supported...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/java/extract-text-fro...
  5. オンラインでバーコードをスキャン |画像とカメラを使用したバーコード スキャン

    オンラインでバーコードをスキャンします。バーコード画像をスキャンし、カメラを使用してスキャンします。 C# と Java を使用してプログラムでバーコードをスキャンする方法についても説明します。...CodeTypeName +" Value: " + barcode.Value); } } C# を使用したバーコード...WriteLine(barcode.getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/ja/parser/scan-barcode-online/
  6. Features Overview | GroupDocs

    GroupDocs.Assembly for Python via .NET is an API that allows you to generate documents in popular microsoft office and email file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData, objects of custom .NET types, external documents, and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....attribute is set to the following value then. Named Recipient < named...via .NET Numeric/Date-Time Value Formatting Supported Text Formatting...

    docs.groupdocs.com/assembly/python-net/features...
  7. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage....( "customProperty1" , "some value" ); root . getDocumentPropertie..."customContentTypePro" , "custom value" ); metadata . save ( Constants...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. How to Run Examples | GroupDocs

    In this article, you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Parser examples, by building your own or using our back-end examples out-of-the-box.... value } " ) if __name__ == "__main__"...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/python-net/how-to-run...
  9. Generate document page preview | GroupDocs

    The page describes how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Annotation for Java API.... The RenderComments value impacts any document comments...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/java/generate-doc...
  10. Konvertieren Sie Excel- und CSV-Daten in C# | X...

    Konvertieren Sie XLS und XLSX in CSV- und CSV in Excel-Formate innerhalb von Java-Anwendungen. Automatisieren Sie Ihre Dateikonvertierung mit der Java-API für die Dokumentenkonvertierung....outputFile = @"path/comma-sparated-values.csv"; using (Converter converter...inputFile = @"path/comma-sparated-values.csv"; string outputFile = @"path/spreadsheet...

    blog.groupdocs.com/de/conversion/convert-excel-...