Skip to content

Commit

Permalink
Updating README files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Balazs Molnar authored and Balazs Molnar committed Jan 19, 2022
1 parent c3625a1 commit 6d7373e
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 42 deletions.
20 changes: 10 additions & 10 deletions clients/v1/csharp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,28 +181,28 @@ An example is provided for each individual REST endpoint. A full overview can be
Sample | Description
------------------------------------|---------------------------------------------------------
[convert](samples/convert/) | Convert a single file to PDF or other [supported output format](https://support.muhimbi.com/hc/en-us/articles/228089047-What-file-formats-types-are-supported-for-conversion-).
[convert_to_pdfa](samples/convert_to_pdfa/) | Convert a single file to a PDF/A document (or to other PDF profiles).
[convert_LRO](samples/convert_LRO/) | Convert a single file to PDF or other formats using asynchronous pattern for long running uperations.
[convert_html](samples/convert_html/) | Convert an HTML fragment, or URL, to PDF.
[convert_LRO](samples/convert_LRO/) | Convert a single file to PDF or other formats using asynchronous pattern for long running uperations.
[convert_to_pdfa](samples/convert_to_pdfa/) | Convert a single file to a PDF/A document (or to other PDF profiles).
[extract_pdf_forms_data](samples/extract_pdf_forms_data/) | Export PDF Forms Data from PDF document.
[merge_to_pdf](samples/merge_to_pdf/) | Combine multiple files, and URLs, into a single PDF.
[merge_to_pdf (SharePoint)](samples/merge_to_pdf%20%28SharePoint%29/) | Combine multiple SharePoint files (by path), and URLs, into a single PDF.
[ocr_pdf](samples/ocr_pdf/) | Convert a scan, fax or other image into a searchable PDF.
[ocr_text](samples/ocr_text/) | Use OCR to extract text from a scan, fax or other image.
[secure_pdf](samples/secure_pdf/) | Apply security settings, passwords and restrictions to a PDF.
[secure_document (MS Office)](samples/secure_document%20%28MS%20Office%29/) | Apply security settings and passwords to an MS Office.
[secure_pdf](samples/secure_pdf/) | Apply security settings, passwords and restrictions to a PDF.
[split_pdf](samples/split_pdf/) | Split a large PDF into smaller PDFs.
**[watermarking](samples/watermarking/)** |
   [text_watermark](samples/watermarking/text_watermark/) | Add a simple text watermark to a PDF file.
   [rtf_watermark](samples/watermarking/rtf_watermark/) | Add a rich text (RTF) based watermark to a PDF file.
   [image_watermark](samples/watermarking/image_watermark/) | Add an image based watermark to a PDF file.
   [qr_code_watermark](samples/watermarking/qr_code_watermark/) | Add a QR Code to a PDF file.
   [pdf_watermark](samples/watermarking/pdf_watermark/) | Add a PDF based watermark to a PDF file.
   [composite_watermark](samples/watermarking/composite_watermark/) | Add a number of different watermarks to a PDF file in a single operation.
   [ellipse_watermark](samples/watermarking/ellipse_watermark/) | Add an ellipse based watermark to a PDF file.
   [image_watermark](samples/watermarking/image_watermark/) | Add an image based watermark to a PDF file.
   [linear_barcode_watermark](samples/watermarking/linear_barcode_watermark/) | Add a Linear Barcode to a PDF file.
   [line_watermark](samples/watermarking/line_watermark/) | Add a line based watermark to a PDF file.
   [pdf_watermark](samples/watermarking/pdf_watermark/) | Add a PDF based watermark to a PDF file.
   [qr_code_watermark](samples/watermarking/qr_code_watermark/) | Add a QR Code to a PDF file.
   [rectangle_watermark](samples/watermarking/rectangle_watermark/) | Add a rectangle based watermark to a PDF file.
   [composite_watermark](samples/watermarking/composite_watermark/) | Add a number of different watermarks to a PDF file in a single operation.
   [linear_barcode_watermark](samples/watermarking/linear_barcodecode_watermark/) | Add a Linear Barcode to a PDF file.
   [rtf_watermark](samples/watermarking/rtf_watermark/) | Add a rich text (RTF) based watermark to a PDF file.
   [text_watermark](samples/watermarking/text_watermark/) | Add a simple text watermark to a PDF file.
**[watermarking (MS Office)](samples/watermarking%20%28MS%20Office%29/)** |
   [composite_watermark](samples/watermarking%20%28MS%20Office%29/composite_watermark/) | Add a number of different watermarks to a Word document in a single operation.
   [qr_code_watermark](samples/watermarking%20%28MS%20Office%29/qr_code_watermark/) | Add a QR Code to an Excel document.
Expand Down
4 changes: 2 additions & 2 deletions clients/v1/csharp/samples/extract_pdf_forms_data/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sample - Convert file to PDF using C#
# Sample - Export PDF Forms Data using C#

The C# sample provided in this section uses the [*Muhimbi PDF Converter Services Online*](https://github.com/Muhimbi/PDF-Converter-Services-Online) to export PDF Forms Date from a PDF document.
The C# sample provided in this section uses the [*Muhimbi PDF Converter Services Online*](https://github.com/Muhimbi/PDF-Converter-Services-Online) to export PDF Forms Data from a PDF document.
Additional sample code to *convert, merge, watermark, secure* and *OCR* files [can be found here](../).

Full details about the `convert` method, fields and properties can be found [in the Wiki](https://github.com/Muhimbi/PDF-Converter-Services-Online/wiki/API:-convert).
Expand Down
18 changes: 9 additions & 9 deletions clients/v1/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,27 +176,27 @@ An example is provided for each individual REST endpoint. A full overview can be
Sample | Description
------------------------------------|---------------------------------------------------------
[convert](samples/convert/) | Convert a single file to PDF or other [supported output format](https://support.muhimbi.com/hc/en-us/articles/228089047-What-file-formats-types-are-supported-for-conversion-).
[convert_to_pdfa](samples/convert_to_pdfa/) | Convert a single file to a PDF/A document (or to other PDF profiles).
[convert_LRO](samples/convert_LRO/) | Convert a single file to PDF or other formats using asynchronous pattern for long running uperations.
[convert_html](samples/convert_html/) | Convert an HTML fragment, or URL, to PDF.
[convert_LRO](samples/convert_LRO/) | Convert a single file to PDF or other formats using asynchronous pattern for long running uperations.
[convert_to_pdfa](samples/convert_to_pdfa/) | Convert a single file to a PDF/A document (or to other PDF profiles).
[extract_pdf_forms_data](samples/extract_pdf_forms_data/) | Extract PDF Forms Data from PDF documents.
[merge_to_pdf](samples/merge_to_pdf/) | Combine multiple files, and URLs, into a single PDF.
[ocr_pdf](samples/ocr_pdf/) | Convert a scan, fax or other image into a searchable PDF.
[ocr_text](samples/ocr_text/) | Use OCR to extract text from a scan, fax or other image.
[secure_pdf](samples/secure_pdf/) | Apply security settings, passwords and restrictions to a PDF.
[secure_document](samples/secure_document/) | Apply security settings, passwords and restrictions to a PDF or MS Office documents.
[secure_pdf](samples/secure_pdf/) | Apply security settings, passwords and restrictions to a PDF.
[split_pdf](samples/split_pdf/) | Split a large PDF into smaller PDFs.
**[watermarking](samples/watermarking/)** |
   [text_watermark](samples/watermarking/text_watermark/) | Add a simple text watermark to a PDF file.
   [rtf_watermark](samples/watermarking/rtf_watermark/) | Add a rich text (RTF) based watermark to a PDF file.
   [composite_watermark](samples/watermarking/composite_watermark/) | Add a number of different watermarks to a PDF file in a single operation.
   [ellipse_watermark](samples/watermarking/ellipse_watermark/) | Add an ellipse based watermark to a PDF file.
   [image_watermark](samples/watermarking/image_watermark/) | Add an image based watermark to a PDF file.
   [qr_code_watermark](samples/watermarking/qr_code_watermark/) | Add a QR Code to a PDF file.
   [linear_barcode_watermark](samples/watermarking/linear_barcode_watermark/) | Add a Linear Barcode to a PDF file.
   [pdf_watermark](samples/watermarking/pdf_watermark/) | Add a PDF based watermark to a PDF file.
   [ellipse_watermark](samples/watermarking/ellipse_watermark/) | Add an ellipse based watermark to a PDF file.
   [line_watermark](samples/watermarking/line_watermark/) | Add a line based watermark to a PDF file.
   [pdf_watermark](samples/watermarking/pdf_watermark/) | Add a PDF based watermark to a PDF file.
   [qr_code_watermark](samples/watermarking/qr_code_watermark/) | Add a QR Code to a PDF file.
   [rectangle_watermark](samples/watermarking/rectangle_watermark/) | Add a rectangle based watermark to a PDF file.
   [composite_watermark](samples/watermarking/composite_watermark/) | Add a number of different watermarks to a PDF file in a single operation.
   [rtf_watermark](samples/watermarking/rtf_watermark/) | Add a rich text (RTF) based watermark to a PDF file.
   [text_watermark](samples/watermarking/text_watermark/) | Add a simple text watermark to a PDF file.
**[watermarking_ms_office](samples/watermarking_ms_office/)** |
   [composite_watermark](samples/watermarking_ms_office/composite_watermark/) | Add a number of different watermarks to a PDF or MS Office document in a single operation.
   [qr_code_watermark](samples/watermarking_ms_office/qr_code_watermark/) | Add a QR Code to a PDF or MS Office document.
Expand Down
2 changes: 1 addition & 1 deletion clients/v1/java/samples/extract_pdf_forms_data/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sample - Convert file to PDF using Java
# Sample - Export PDF Forms Data using Java

The Java sample provided in this section uses the [*Muhimbi PDF Converter Services Online*](https://github.com/Muhimbi/PDF-Converter-Services-Online) to extract PDF Forms Data from PDF documents.
Additional sample code to *convert, merge, watermark, secure* and *OCR* files [can be found here](../).
Expand Down
18 changes: 9 additions & 9 deletions clients/v1/javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,28 +59,28 @@ An example is provided for each individual REST endpoint. A full overview can be
Sample | Description
------------------------------------|---------------------------------------------------------
[convert](samples/convert/) | Convert a single file to PDF or other [supported output format](https://support.muhimbi.com/hc/en-us/articles/228089047-What-file-formats-types-are-supported-for-conversion-).
[convert_to_pdfa](samples/convert_to_pdfa/) | Convert a single file to a PDF/A document (or to other PDF profiles).
[convert_LRO](samples/convert_LRO/) | Convert a single file to PDF or other formats using asynchronous pattern for long running uperations.
[convert_html](samples/convert_html/) | Convert an HTML fragment, or URL, to PDF.
[convert_LRO](samples/convert_LRO/) | Convert a single file to PDF or other formats using asynchronous pattern for long running uperations.
[convert_to_pdfa](samples/convert_to_pdfa/) | Convert a single file to a PDF/A document (or to other PDF profiles).
[extract_pdf_forms_data](samples/extract_pdf_forms_data/) | Export PDF Forms Data from PDF document.
[merge_to_pdf](samples/merge_to_pdf/) | Combine multiple files, and URLs, into a single PDF.
[merge_to_pdf (SharePoint)](samples/merge_to_pdf%20%28SharePoint%29/) | Combine multiple SharePoint files (by path), and URLs, into a single PDF.
[ocr_pdf](samples/ocr_pdf/) | Convert a scan, fax or other image into a searchable PDF.
[ocr_text](samples/ocr_text/) | Use OCR to extract text from a scan, fax or other image.
[secure_pdf](samples/secure_pdf/) | Apply security settings, passwords and restrictions to a PDF.
[secure_document](samples/secure_document/) | Apply security settings, passwords and restrictions to a PDF or and MS Office document.
[secure_pdf](samples/secure_pdf/) | Apply security settings, passwords and restrictions to a PDF.
[split_pdf](samples/split_pdf/) | Split a large PDF into smaller PDFs.
**[watermarking](samples/watermarking/)** |
   [text_watermark](samples/watermarking/text_watermark/) | Add a simple text watermark to a PDF or MS Office documents.
   [rtf_watermark](samples/watermarking/rtf_watermark/) | Add a rich text (RTF) based watermark to a PDF or MS Office documents.
   [composite_watermark](samples/watermarking/composite_watermark/) | Add a number of different watermarks to a PDF or MS Office documents in a single operation.
   [ellipse_watermark](samples/watermarking/ellipse_watermark/) | Add an ellipse based watermark to a PDF or MS Office documents.
   [image_watermark](samples/watermarking/image_watermark/) | Add an image based watermark to a PDF or MS Office documents.
   [qr_code_watermark](samples/watermarking/qr_code_watermark/) | Add a QR Code to a PDF or MS Office documents.
   [linear_barcode_watermark](samples/watermarking/linear_barcode_watermark/) | Add a Linear Barcode to a PDF or MS Office documents.
   [pdf_watermark](samples/watermarking/pdf_watermark/) | Add a PDF based watermark to a PDF file.
   [ellipse_watermark](samples/watermarking/ellipse_watermark/) | Add an ellipse based watermark to a PDF or MS Office documents.
   [line_watermark](samples/watermarking/line_watermark/) | Add a line based watermark to a PDF or MS Office documents.
   [pdf_watermark](samples/watermarking/pdf_watermark/) | Add a PDF based watermark to a PDF file.
   [qr_code_watermark](samples/watermarking/qr_code_watermark/) | Add a QR Code to a PDF or MS Office documents.
   [rectangle_watermark](samples/watermarking/rectangle_watermark/) | Add a rectangle based watermark to a PDF or MS Office documents.
   [composite_watermark](samples/watermarking/composite_watermark/) | Add a number of different watermarks to a PDF or MS Office documents in a single operation.
   [rtf_watermark](samples/watermarking/rtf_watermark/) | Add a rich text (RTF) based watermark to a PDF or MS Office documents.
   [text_watermark](samples/watermarking/text_watermark/) | Add a simple text watermark to a PDF or MS Office documents.

<br/>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sample - Convert file to PDF using JavaScript
# Sample - Extract PDF Forms Data using JavaScript

The sample provided in this section uses the [*Muhimbi PDF Converter Services Online*](https://github.com/Muhimbi/PDF-Converter-Services-Online) to extract PDF Forms Data from PDF documents.
Additional sample code to *convert, merge, watermark, secure* and *OCR* files [can be found here](../).
Expand Down
18 changes: 9 additions & 9 deletions clients/v1/php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,27 +207,27 @@ An example is provided for each individual REST endpoint. A full overview can be
Sample | Description
------------------------------------|---------------------------------------------------------
[convert](samples/convert/) | Convert a single file to PDF or other [supported output format](https://support.muhimbi.com/hc/en-us/articles/228089047-What-file-formats-types-are-supported-for-conversion-).
[convert_to_pdfa](samples/convert_to_pdfa/) | Convert a single file to a PDF/A document (or to other PDF profiles).
[convert_LRO](samples/convert_LRO/) | Convert a single file to PDF or other formats using asynchronous pattern for long running uperations.
[convert_html](samples/convert_html/) | Convert an HTML fragment, or URL, to PDF.
[convert_LRO](samples/convert_LRO/) | Convert a single file to PDF or other formats using asynchronous pattern for long running uperations.
[convert_to_pdfa](samples/convert_to_pdfa/) | Convert a single file to a PDF/A document (or to other PDF profiles).
[extract_pdf_forms_data](samples/extract_pdf_forms_data/) | Export PDF Forms Date from PDF documents.
[merge_to_pdf](samples/merge_to_pdf/) | Combine multiple files, and URLs, into a single PDF.
[ocr_pdf](samples/ocr_pdf/) | Convert a scan, fax or other image into a searchable PDF.
[ocr_text](samples/ocr_text/) | Use OCR to extract text from a scan, fax or other image.
[secure_document](samples/secure_document/) | Apply security settings, passwords and restrictions to a PDF or an MS Office document.
[secure_pdf](samples/secure_pdf/) | Apply security settings, passwords and restrictions to a PDF .
[secure_document](samples/secure_document/) | Apply security settings, passwords and restrictions to a PDF or an MS Office document.
[split_pdf](samples/split_pdf/) | Split a large PDF into smaller PDFs.
**[watermarking](watermarking/)** |
&nbsp;&nbsp;&nbsp;[text_watermark](samples/watermarking/text_watermark/) | Add a simple text watermark to a PDF or MS Office document.
&nbsp;&nbsp;&nbsp;[rtf_watermark](samples/watermarking/rtf_watermark/) | Add a rich text (RTF) based watermark to a PDF or MS Office document.
&nbsp;&nbsp;&nbsp;[composite_watermark](samples/watermarking/composite_watermark/) | Add a number of different watermarks to a PDF or MS Office document in a single operation.
&nbsp;&nbsp;&nbsp;[ellipse_watermark](samples/watermarking/ellipse_watermark/) | Add an ellipse based watermark to a PDF or MS Office document.
&nbsp;&nbsp;&nbsp;[image_watermark](samples/watermarking/image_watermark/) | Add an image based watermark to a PDF or MS Office document.
&nbsp;&nbsp;&nbsp;[qr_code_watermark](samples/watermarking/qr_code_watermark/) | Add a QR Code to a PDF or MS Office document.
&nbsp;&nbsp;&nbsp;[linear_barcode_watermark](samples/watermarking/linear_barcode_watermark/) | Add a Linear Barcode to a PDF or MS Office document.
&nbsp;&nbsp;&nbsp;[pdf_watermark](samples/watermarking/pdf_watermark/) | Add a PDF based watermark to a PDF file.
&nbsp;&nbsp;&nbsp;[ellipse_watermark](samples/watermarking/ellipse_watermark/) | Add an ellipse based watermark to a PDF or MS Office document.
&nbsp;&nbsp;&nbsp;[line_watermark](samples/watermarking/line_watermark/) | Add a line based watermark to a PDF or MS Office document.
&nbsp;&nbsp;&nbsp;[pdf_watermark](samples/watermarking/pdf_watermark/) | Add a PDF based watermark to a PDF file.
&nbsp;&nbsp;&nbsp;[qr_code_watermark](samples/watermarking/qr_code_watermark/) | Add a QR Code to a PDF or MS Office document.
&nbsp;&nbsp;&nbsp;[rectangle_watermark](samples/watermarking/rectangle_watermark/) | Add a rectangle based watermark to a PDF or MS Office document.
&nbsp;&nbsp;&nbsp;[composite_watermark](samples/watermarking/composite_watermark/) | Add a number of different watermarks to a PDF or MS Office document in a single operation.
&nbsp;&nbsp;&nbsp;[rtf_watermark](samples/watermarking/rtf_watermark/) | Add a rich text (RTF) based watermark to a PDF or MS Office document.
&nbsp;&nbsp;&nbsp;[text_watermark](samples/watermarking/text_watermark/) | Add a simple text watermark to a PDF or MS Office document.

<br/>

Expand Down
2 changes: 1 addition & 1 deletion clients/v1/php/samples/extract_pdf_forms_data/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sample - Convert file using PHP
# Sample - Extract PDF Forms Data using PHP

The PHP sample provided in this section uses the [*Muhimbi PDF Converter Services Online*](https://github.com/Muhimbi/PDF-Converter-Services-Online) to extract PDF Forms Data from PDF documents.
Additional sample code to *convert, merge, watermark, secure* and *OCR* files [can be found here](../).
Expand Down

0 comments on commit 6d7373e

Please sign in to comment.