Sort Score
Result 10 results
Languages All
Labels All
Results 1,701 - 1,710 of 4,672 for

as

(0.24 sec)
  1. business-plan.pdf

    HOME BAsED PROFESSIONAL SERVICES Business Plan TABLE OF CONTENTS Introduction 3 1. Executive Summary 5 2. Company Overview 6 3. Business Description 7 4. Market Analysis 8 5. Operating Plan 10 6. M......HOME BASED PROFESSIONAL SERVICES Business Plan TABLE OF CONTENTS Introduction 3 1. Executive Summary 5 2. Company Overview 6 3. Business Description 7 4. Market Analysis 8 5. Operating Plan 10 6. M...

    docs.groupdocs.com/conversion/python-net/_sampl...
  2. business-plan.pdf

    HOME BAsED PROFESSIONAL SERVICES Business Plan TABLE OF CONTENTS Introduction 3 1. Executive Summary 5 2. Company Overview 6 3. Business Description 7 4. Market Analysis 8 5. Operating Plan 10 6. M......HOME BASED PROFESSIONAL SERVICES Business Plan TABLE OF CONTENTS Introduction 3 1. Executive Summary 5 2. Company Overview 6 3. Business Description 7 4. Market Analysis 8 5. Operating Plan 10 6. M...

    docs.groupdocs.com/conversion/python-net/_sampl...
  3. Comparison pdf view bold characters - Free Supp...

    hello, im using your Comparison .Net Ui product, when i try to compare two pdf’s it appears that the text’s are written by bold characters image.png (22.0 KB) here’s the files that i used for comparison 95592.pdf (20.…...hello, im using your Comparison .Net Ui product, when i try to compare two pdf’s it appears that the text’s are written by bold characters image.png (22.0 KB) here’s the files that i used for comparison 95592.pdf (20.…

    forum.groupdocs.com/t/comparison-pdf-view-bold-...
  4. sample.xlsx

    CapBudgWS Equity Analysis of a Project INPUT SHEET: USER ENTERS ALL BOLD NUMBERS INITIAL INVESTMENT CAsHFLOW DETAILS DISCOUNT RATE Initial Investment= $50,000 Revenues in year 1= $40,000 Approach(1......CapBudgWS Equity Analysis of a Project INPUT SHEET: USER ENTERS ALL BOLD NUMBERS INITIAL INVESTMENT CASHFLOW DETAILS DISCOUNT RATE Initial Investment= $50,000 Revenues in year 1= $40,000 Approach(1...

    docs.groupdocs.com/signature/python-net/_sample...
  5. Evaluation Limitations and Licensing | GroupDocs

    Free search api version is available to evaluate the API which will be similar As licensed but with few limitations....Free search api version is available to evaluate the API which will be similar as licensed but with few limitations.

    docs.groupdocs.com/search/java/evaluation-limit...
  6. Working with data extracted by template | Group...

    Extracted data are stored in the instance of DocumentData clAss...Extracted data are stored in the instance of DocumentData class

    docs.groupdocs.com/parser/net/working-with-data...
  7. Extract hyperlinks from document page | GroupDocs

    Learn how to extract hyperlinks from specific document pages using GroupDocs.Parser for Python via .NET....Learn how to extract hyperlinks from specific document pages using GroupDocs.Parser for Python via .NET.

    docs.groupdocs.com/parser/python-net/extract-hy...
  8. Python E-Signature Tutorial: Create Digital Sig...

    Step-by-step guide to implementing electronic signatures in documents using Python - learn stamp-bAsed, image-bAsed, and form field signature methods for secure document signing...Step-by-step guide to implementing electronic signatures in documents using Python - learn stamp-based, image-based, and form field signature methods for secure document signing

    blog.groupdocs.com/signature/sign-documents-wit...
  9. 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....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.

    docs.groupdocs.com/assembly/python-net/features...
  10. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the document As a rAsterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhrAseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRAsterizeToPDF(true); // Saving As rAsterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...The following example demonstrates how to save the document as a rasterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }

    docs.groupdocs.com/redaction/java/save-in-raste...