You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Aspose.PDF Cloud
2
2
- API version: 3.0
3
-
- Package version: 19.7.0
3
+
- Package version: 19.8.0
4
4
5
5
[Aspose.PDF Cloud](https://products.aspose.cloud/pdf) is a true REST API that enables you to perform a wide range of document processing operations including creation, manipulation, conversion and rendering of PDF documents in the cloud.
*PdfApi* | [**GetLaTeXInStorageToPdf**](docs/PdfApi.md#getlatexinstoragetopdf) | **Get** /pdf/create/latex | Convert LaTeX file (located on storage) to PDF format and return resulting file in response.
139
140
*PdfApi* | [**GetLineAnnotation**](docs/PdfApi.md#getlineannotation) | **Get** /pdf/{name}/annotations/line/{annotationId} | Read document page line annotation by ID.
140
141
*PdfApi* | [**GetLinkAnnotation**](docs/PdfApi.md#getlinkannotation) | **Get** /pdf/{name}/links/{linkId} | Read document link annotation by ID.
142
+
*PdfApi* | [**GetMarkdownInStorageToPdf**](docs/PdfApi.md#getmarkdowninstoragetopdf) | **Get** /pdf/create/markdown | Convert MD file (located on storage) to PDF format and return resulting file in response.
141
143
*PdfApi* | [**GetMhtInStorageToPdf**](docs/PdfApi.md#getmhtinstoragetopdf) | **Get** /pdf/create/mht | Convert MHT file (located on storage) to PDF format and return resulting file in response.
142
144
*PdfApi* | [**GetMovieAnnotation**](docs/PdfApi.md#getmovieannotation) | **Get** /pdf/{name}/annotations/movie/{annotationId} | Read document page movie annotation by ID.
*PdfApi* | [**PutLaTeXInStorageToPdf**](docs/PdfApi.md#putlatexinstoragetopdf) | **Put** /pdf/{name}/create/latex | Convert LaTeX file (located on storage) to PDF format and upload resulting file to storage.
*PdfApi* | [**PutMarkdownInStorageToPdf**](docs/PdfApi.md#putmarkdowninstoragetopdf) | **Put** /pdf/{name}/create/markdown | Convert MD file (located on storage) to PDF format and upload resulting file to storage.
304
310
*PdfApi* | [**PutMergeDocuments**](docs/PdfApi.md#putmergedocuments) | **Put** /pdf/{name}/merge | Merge a list of documents.
305
311
*PdfApi* | [**PutMhtInStorageToPdf**](docs/PdfApi.md#putmhtinstoragetopdf) | **Put** /pdf/{name}/create/mht | Convert MHT file (located on storage) to PDF format and upload resulting file to storage.
* copies of the Software, and to permit persons to whom the Software is
9
+
* furnished to do so, subject to the following conditions:
10
+
* The above copyright notice and this permission notice shall be included in all
11
+
* copies or substantial portions of the Software.
12
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
+
* SOFTWARE.
19
+
*
20
+
*/
21
+
package asposepdfcloud
22
+
// DocMdpAccessPermissionType : The access permissions granted for this document. Valid values are: 1 - No changes to the document are permitted; any change to the document invalidates the signature. 2 - Permitted changes are filling in forms, instantiating page templates, and signing; other changes invalidate the signature. 3 - Permitted changes are the same as for 2, as well as annotation creation, deletion, and modification; other changes invalidate the signature.
**DocMDPAccessPermissionTypeNoChanges** | **string** | "NoChanges" | No changes to the document are permitted; any change to the document invalidates the signature.
12
+
**DocMDPAccessPermissionTypeFillingInForms** | **string** | "FillingInForms" | Permitted changes are filling in forms, instantiating page templates, and signing; other changes invalidate the signature.
13
+
**DocMDPAccessPermissionTypeAnnotationModification** | **string** | "AnnotationModification" | Permitted changes are the same as for 2, as well as annotation creation, deletion, and modification; other changes invalidate the signature.
14
+
15
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)[[View Source]](../doc_md_paccess_permission_type.go)
**Links** | [**[]Link**](Link.md) | Link to the document. | [optional][default to null]
8
+
**PartialName** | **string** | Field name. | [optional][default to null]
9
+
**Rect** | [***Rectangle**](Rectangle.md) | Field rectangle. | [optional][default to null]
10
+
**Value** | **string** | Field value. | [optional][default to null]
11
+
**PageIndex** | **int32** | Page index. | [default to null]
12
+
**Height** | **float64** | Gets or sets height of the field. | [optional][default to null]
13
+
**Width** | **float64** | Gets or sets width of the field. | [optional][default to null]
14
+
**ZIndex** | **int32** | Z index. | [optional][default to null]
15
+
**IsGroup** | **bool** | Is group. | [default to null]
16
+
**Parent** | [***FormField**](FormField.md) | Gets field parent. | [optional][default to null]
17
+
**IsSharedField** | **bool** | Property for Generator support. Used when field is added to header or footer. If true, this field will created once and it's appearance will be visible on all pages of the document. If false, separated field will be created for every document page. | [optional][default to null]
18
+
**Flags** | [**[]AnnotationFlags**](AnnotationFlags.md) | Gets Flags of the field. | [optional][default to null]
19
+
**Color** | [***Color**](Color.md) | Color of the annotation. | [optional][default to null]
20
+
**Contents** | **string** | Get the field content. | [optional][default to null]
21
+
**Margin** | [***MarginInfo**](MarginInfo.md) | Gets or sets a outer margin for paragraph (for pdf generation) | [optional][default to null]
22
+
**Highlighting** | [***LinkHighlightingMode**](LinkHighlightingMode.md) | Field highlighting mode. | [optional][default to null]
23
+
**HorizontalAlignment** | [***HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the field. | [optional][default to null]
24
+
**VerticalAlignment** | [***VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the field. | [optional][default to null]
25
+
26
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)[[View Source]](../form_field.go)
0 commit comments