Skip to content

Commit cef2207

Browse files
committed
Fix bad references
1 parent 0ed959e commit cef2207

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/PdfApi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ Name | Type | Description | Notes
13611361
**lly** | **Float**| |
13621362
**urx** | **Float**| |
13631363
**ury** | **Float**| |
1364-
**format** | [**Array<String>**](String.md)| List of formats for search. | [optional]
1364+
**format** | **Array<String>**| List of formats for search. | [optional]
13651365
**regex** | **String**| Formats are specified as a regular expression. | [optional]
13661366
**split_rects** | **BOOLEAN**| Split result fragments (default is true). | [optional]
13671367
**folder** | **String**| The document folder. | [optional]
@@ -1531,7 +1531,7 @@ Name | Type | Description | Notes
15311531
**use_z_order** | **BOOLEAN**| If attribute UseZORder set to true, graphics and text are added to resultant HTML document accordingly Z-order in original PDF document. If this attribute is false all graphics is put as single layer which may cause some unnecessary effects for overlapped objects. | [optional]
15321532
**antialiasing_processing** | **String**| The parameter defines required antialiasing measures during conversion of compound background images from PDF to HTML. | [optional]
15331533
**css_class_names_prefix** | **String**| When PDFtoHTML converter generates result CSSs, CSS class names (something like ".stl_01 {}" ... ".stl_NN {}) are generated and used in result CSS. This property allows forcibly set class name prefix. | [optional]
1534-
**explicit_list_of_saved_pages** | [**Array<Integer>**](Integer.md)| With this property You can explicitely define what pages of document should be converted. Pages in this list must have 1-based numbers. I.e. valid numbers of pages must be taken from range (1...[NumberOfPagesInConvertedDocument]) Order of appearing of pages in this list does not affect their order in result HTML page(s) - in result pages allways will go in order in which they are present in source PDF. | [optional]
1534+
**explicit_list_of_saved_pages** | **Array<Integer>**| With this property You can explicitely define what pages of document should be converted. Pages in this list must have 1-based numbers. I.e. valid numbers of pages must be taken from range (1...[NumberOfPagesInConvertedDocument]) Order of appearing of pages in this list does not affect their order in result HTML page(s) - in result pages allways will go in order in which they are present in source PDF. | [optional]
15351535
**font_encoding_strategy** | **String**| Defines encoding special rule to tune PDF decoding for current document. | [optional]
15361536
**font_saving_mode** | **String**| Defines font saving mode that will be used during saving of PDF to desirable format. | [optional]
15371537
**html_markup_generation_mode** | **String**| Sometimes specific reqirments to generation of HTML markup are present. This parameter defines HTML preparing modes that can be used during conversion of PDF to HTML to match such specific requirments. | [optional]
@@ -1867,7 +1867,7 @@ Name | Type | Description | Notes
18671867
**lly** | **Float**| |
18681868
**urx** | **Float**| |
18691869
**ury** | **Float**| |
1870-
**format** | [**Array<String>**](String.md)| List of formats for search. | [optional]
1870+
**format** | **Array<String>**| List of formats for search. | [optional]
18711871
**regex** | **String**| Formats are specified as a regular expression. | [optional]
18721872
**split_rects** | **BOOLEAN**| Split result fragments (default is true). | [optional]
18731873
**folder** | **String**| The document folder. | [optional]
@@ -3282,7 +3282,7 @@ Name | Type | Description | Notes
32823282
**use_z_order** | **BOOLEAN**| If attribute UseZORder set to true, graphics and text are added to resultant HTML document accordingly Z-order in original PDF document. If this attribute is false all graphics is put as single layer which may cause some unnecessary effects for overlapped objects. | [optional]
32833283
**antialiasing_processing** | **String**| The parameter defines required antialiasing measures during conversion of compound background images from PDF to HTML. | [optional]
32843284
**css_class_names_prefix** | **String**| When PDFtoHTML converter generates result CSSs, CSS class names (something like ".stl_01 {}" ... ".stl_NN {}) are generated and used in result CSS. This property allows forcibly set class name prefix. | [optional]
3285-
**explicit_list_of_saved_pages** | [**Array<Integer>**](Integer.md)| With this property You can explicitely define what pages of document should be converted. Pages in this list must have 1-based numbers. I.e. valid numbers of pages must be taken from range (1...[NumberOfPagesInConvertedDocument]) Order of appearing of pages in this list does not affect their order in result HTML page(s) - in result pages allways will go in order in which they are present in source PDF. | [optional]
3285+
**explicit_list_of_saved_pages** | **Array<Integer>**| With this property You can explicitely define what pages of document should be converted. Pages in this list must have 1-based numbers. I.e. valid numbers of pages must be taken from range (1...[NumberOfPagesInConvertedDocument]) Order of appearing of pages in this list does not affect their order in result HTML page(s) - in result pages allways will go in order in which they are present in source PDF. | [optional]
32863286
**font_encoding_strategy** | **String**| Defines encoding special rule to tune PDF decoding for current document. | [optional]
32873287
**font_saving_mode** | **String**| Defines font saving mode that will be used during saving of PDF to desirable format. | [optional]
32883288
**html_markup_generation_mode** | **String**| Sometimes specific reqirments to generation of HTML markup are present. This parameter defines HTML preparing modes that can be used during conversion of PDF to HTML to match such specific requirments. | [optional]
@@ -3633,7 +3633,7 @@ Name | Type | Description | Notes
36333633
**use_z_order** | **BOOLEAN**| If attribute UseZORder set to true, graphics and text are added to resultant HTML document accordingly Z-order in original PDF document. If this attribute is false all graphics is put as single layer which may cause some unnecessary effects for overlapped objects. | [optional]
36343634
**antialiasing_processing** | **String**| The parameter defines required antialiasing measures during conversion of compound background images from PDF to HTML. | [optional]
36353635
**css_class_names_prefix** | **String**| When PDFtoHTML converter generates result CSSs, CSS class names (something like ".stl_01 {}" ... ".stl_NN {}) are generated and used in result CSS. This property allows forcibly set class name prefix. | [optional]
3636-
**explicit_list_of_saved_pages** | [**Array<Integer>**](Integer.md)| With this property You can explicitely define what pages of document should be converted. Pages in this list must have 1-based numbers. I.e. valid numbers of pages must be taken from range (1...[NumberOfPagesInConvertedDocument]) Order of appearing of pages in this list does not affect their order in result HTML page(s) - in result pages allways will go in order in which they are present in source PDF. | [optional]
3636+
**explicit_list_of_saved_pages** | **Array<Integer>**| With this property You can explicitely define what pages of document should be converted. Pages in this list must have 1-based numbers. I.e. valid numbers of pages must be taken from range (1...[NumberOfPagesInConvertedDocument]) Order of appearing of pages in this list does not affect their order in result HTML page(s) - in result pages allways will go in order in which they are present in source PDF. | [optional]
36373637
**font_encoding_strategy** | **String**| Defines encoding special rule to tune PDF decoding for current document. | [optional]
36383638
**font_saving_mode** | **String**| Defines font saving mode that will be used during saving of PDF to desirable format. | [optional]
36393639
**html_markup_generation_mode** | **String**| Sometimes specific reqirments to generation of HTML markup are present. This parameter defines HTML preparing modes that can be used during conversion of PDF to HTML to match such specific requirments. | [optional]

0 commit comments

Comments
 (0)