Recent Releases of https://github.com/aspose-words-cloud/aspose-words-cloud-php
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 24.10
Full Changelog: https://github.com/aspose-words-cloud/aspose-words-cloud-php/compare/24.9.0...24.10.0
- PHP
Published by YaroslawEkimov almost 2 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 24.9
- Added digital signature methods for DOC, DOCX, XPS, or ODT documents.
- Added ReplaceBackslashWithYenSign property for XpsSaveOptions and HtmlSaveOptions.
- Added DigitalSignature property for XpsSaveOptions.
- Added UseSdtTagAsFormFieldName property for PdfSaveOptions.
- Added MergeWholeDocument parameter to the MailMerge operations to update fields in the whole document after executing a mail merge with regions.
- PHP
Published by YaroslawEkimov almost 2 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 24.8
- Added the support of OpenType standard. It is helpful for languages that require advanced typography.
- PHP
Published by YaroslawEkimov almost 2 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 24.7
- Added support for azw3 (Amazon Kindle Format) documents.
- Added 'MaxImageResolution' property for SvgSaveOptionsData class.
- PHP
Published by YaroslawEkimov almost 2 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 24.6
- Added the 'TranslateNodeId' method to translate a node id to a node path.
- PHP
Published by YaroslawEkimov almost 2 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 24.5
- Added the support of multistorage operations. Saving a file as a result of an operation can be performed in a specific storage when the file path is in the next format, '@storage:path/to/file.doc'.
- PHP
Published by YaroslawEkimov almost 2 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 24.4
- Added the 'MergeWithNext' method to merge a section with the next one.
- Added the 'LockAspectRatio' property for DrawingObjectInsert and DrawingObjectUpdate methods.
- PHP
Published by YaroslawEkimov over 2 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 24.3
- Added support for the 'RemoveEmptyCells' option for the 'Cleanup' parameter in the insert 'MailMerge' API method.
- PHP
Published by YaroslawEkimov over 2 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 24.1
- Support for InsertAfterNode was added to the insert API without NodePath.
- Added support for inserting nodes (runs/rows/cells/bookmarks) without NodePath.
- Support for transparency was added in the Watermark API.
- Added support for password and encryptedPassword fields in FileReference.
- Fixed missing href value in document responses.
- PHP
Published by YaroslawEkimov over 2 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 23.12
- Properties Name, Text, StartRange, and EndRange marked as required for InsertBookmark operation.
- Implemented DeleteOfficeMathObjects operation to delete all office math objects from the document.
- Parameter ProtectionRequest was removed from the UnprotectDocument operation. Now, removing protection from a document does not require a password.
- Since the Model ProtectionRequest is marked as deprecated, please use ProtectionRequestV2 instead to perform the ProtectDocument operation. The old password is no longer required to change the password or protection type of a protected document.
- Added fields Password and EncryptedPassword to FileReference for documents encrypted by password.
- Removed parameter encryptedPassword2 from CompareDocument method. Please use the FileReference password instead.
- Rename aspose-client header.
- PHP
Published by YaroslawEkimov over 2 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 23.11
- Support of required properties in models.
- Property StyleName marked as required for InsertStyle operation.
- Property StyleName marked as required for CopyStyle operation.
- Property StyleName marked as required for ApplyStyleToDocumentElement operation.
- Properties SdtType and Level marked as required for InsertStructuredDocumentTag operation.
- Property Text marked as required for InsertParagraphoperation.
- Property Value marked as required for CreateOrUpdateDocumentProperty operation.
- Property NewValue marked as required for ReplaceText operation.
- Property Text marked as required for ReplaceWithText operation.
- PHP
Published by YaroslawEkimov over 2 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 23.9
- Support for class inheritance in responses from the server.
- PHP
Published by YaroslawEkimov over 2 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 23.6
- Fix XMLHttpRequest in web applications.
- PHP
Published by YaroslawEkimov over 2 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 23.5
- Added InsertSection method.
- PHP
Published by YaroslawEkimov over 2 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 23.4
- Added new type of RangeEndIdentifier for RangeApi: document:end
- PHP
Published by YaroslawEkimov over 2 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 23.3
- Fix compatibility between CreateDocument API and Dropbox storage.
- Fix compatibility for property PageCount for FixedPageSaveOptionsData.
- PHP
Published by YaroslawEkimov over 2 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 23.2
- PHP
Published by YaroslawEkimov over 2 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 23.1
- Various changes related to stability and performance
- PHP
Published by YaroslawEkimov over 2 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 22.12
- Various changes related to stability and performance
- PHP
Published by YaroslawEkimov over 2 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 22.11
- Added 'EmbedAttachments' property for PdfSaveOptionsData class.
- PHP
Published by YaroslawEkimov over 2 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 22.10
- Added 'CacheHeaderFooterShapes' property for PdfSaveOptionsData class.
- A FileReference structure has been added that allows you to determine how the document will be accessed: from the remote storage or loaded directly in the request.
- The 'AppendDocument' and 'AppendDocumentOnline' methods take a 'FileReference' instead of an 'href' property.
- Added property 'StartingNumber' for 'PageNumbers' class.
- Added property 'GlobalCultureName' for the 'FieldOptions' class.
- PHP
Published by YaroslawEkimov over 2 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 22.9
- The CompressDocument method can now handle images.
- Added support to convert password-protected documents using ConvertDocument API.
- PHP
Published by YaroslawEkimov over 2 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 22.8
- Added optional loadEncoding and password parameters for ConvertDocument API method.
- PHP
Published by YaroslawEkimov over 2 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 22.7
- Expand 'AppendDocument' API method to support 'ImageEntryList' for directly appending images to documents and another images
- Added 'CompressDocument' API method to support compression and resizing images inside the document for reduce the size of the document
- PHP
Published by YaroslawEkimov about 4 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 22.6
Enhancements in Version 22.6
- Added 'DeleteBookmark' and 'DeleteBookmarkOnline' API methods for delete bookmarks by name from the document.
- Added 'DeleteBookmarks' and 'DeleteBookmarksOnline' API methods for delete all bookmarks from the document.
- Added 'InsertBookmark' and 'InsertBookmarkOnline' API methods for create new bookmarks in the document.
- Support all save formats for 'CreateDocument' operation.
- Support dependsOn feature for batch requests.
- PHP
Published by YaroslawEkimov about 4 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 22.5
Enhancements in Version 22.5
- Internal API fixes and improvments.
- PHP
Published by YaroslawEkimov about 4 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 22.4
Enhancements in Version 22.4
- Added ExportShapesAsSvg to HtmlSaveOption.
- Added new endpoint '~/styles/copy_from'.
- PHP
Published by YaroslawEkimov about 4 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 22.3
Enhancements in Version 22.3
- Online methods returns the dictionary of files with included original filename as key instead of single file content in responses.
- Parameters contained sensitive data should be passed in encrypted form. Names of the parameters have 'encrypted' prefix.
- Added Encrypt method to encrypt data on the API public key. Use it to prepare values for parameters required encrypted data.
- GetPublicKey method is not billable.
- Changed type of enumerations for members of SaveOptionsData and other inherited classes from string to enum.
- PHP
Published by YaroslawEkimov about 4 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 22.2
- Made 'SaveOprionsData.SaveFormat' property readonly with default value.
- Added subclasses for all formats of SaveOprionsData with specified SaveFormat.
- 'SaveOptionsData', 'FixedPageSaveOptionsData', 'ImageSaveOptionsData', 'OoxmlSaveOptionsData', 'TxtSaveOptionsBaseData' classes now is abstract.
- PHP
Published by ivan-kishchenko-aspose over 4 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 22.1
- Added 'FieldOptions.FieldUpdateCultureName' to set Culture for fields
- Added 'DocumentEntry.Password' to set an encrypted password for appending document
- Added 'encryptedPassword2' query parameter to CompareDocuments to set an encrypted password for the second comparing document
- PHP
Published by YaroslawEkimov over 4 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 21.12
- Added dependsOn and resultOf features for batch requests
- Added query parameter 'displayIntermediateResults' for batch requests. If 'false', the last response in batch will be returned only. Default is 'true'
- Support encryption of 'CommonRequest.Password'. Automatic encryption of all passwords sent to the API server as request parameters
- Added timeout parameter to api configuration
- Added FieldOptions parameter to mail merge operations
- PHP
Published by YaroslawEkimov over 4 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 21.11
- New style identifiers for Mention, Smart Hyperlink, Hashtag and Unresolved Mention have been added
- PHP
Published by YaroslawEkimov over 4 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 21.10
***Enhancements* in Version 21.10**
- Removed 'GraphicsQualityOptions' image save option as it no longer supported.
- Added query parameter 'displayIntermediateResults' for batch requests. If 'false', the last response in batch will be returned only. Default is 'true'
- Added 'JsonDataLoadOptions' and 'XmlDataLoadOptions' to 'ReportEngineSettings'
- PHP
Published by YaroslawEkimov almost 5 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 21.9
- PHP
Published by YaroslawEkimov almost 5 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 21.8
Enhancements in Version 21.8
- Added new api methods to get, insert, update or delete custom xml parts from documents.
- Added parameter 'ResultDocumentFormat' to Compare API
- Added 'ExportLanguageToSpanTag' pdf save option
- Added 'FlatOpcXmlMappingOnly' save option
- PHP
Published by YaroslawEkimov almost 5 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 21.7
Enhancements in Version 21.7
- ImlRenderingMode option introduced witch is used to determine how ink (InkML) objects are rendered
- MaxCharactersPerLine option introduced which is used to specify the maximum number of characters per one line
- Added new API method to get a RSA public key to encrypt document passwords
- Added encryptedPassword common query option to pass an encrypted document password
- PHP
Published by YaroslawEkimov almost 5 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 21.6
Enhancements in Version 21.6
- Implemented beta version of CompareDocumentOnline feature with both document sending in request
- CompareDocument method now can handle PDF files
- AcceptAllRevisionsBeforeComparison option introduced which is used to specify if accept all revisions before comparison
- PHP
Published by YaroslawEkimov almost 5 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 21.5
Enhancements in Version 21.5
- Update dependencies in sdk
- PHP
Published by YaroslawEkimov almost 5 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 21.4
Enhancements in Version 21.4
- Removed obsolete pdf save option 'EscapeUri'
- SaveOptions now contains CustomTimeZoneInfo to set custom timezone when SdtType.Date structured document tag updated from custom XML
- Url of child requests in batch can be full now (earlier it can be only relative)
- Added 'RquestId' header to all responses
- PHP
Published by YaroslawEkimov almost 5 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 21.3
Enhancements in Version 21.3
- Added 'UpdateCreatedTimeProperty' save option
- Added Tables into HeaderFooter so it's possible to address paragraphs inside table which is located in headerfooter (sections/0/headersfooters/1/tables/0/rows/0/cells/0/paragraphs/0)
- PHP
Published by YaroslawEkimov almost 5 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 21.2
Enhancements in Version 21.2
- Added delete all comments method
- PHP
Published by YaroslawEkimov almost 5 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 21.1
Enhancements in Version 21.1
- Added online version for all API methods
- PHP
Published by YaroslawEkimov almost 5 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 20.11
API Changes
- In configuration json file appSid / appKey has been replaced to clientId / clientSecret.
- In Words API initialization methods clientId parameter precedes clientSecret parameter.
- PHP
Published by dmitry-finozhenok over 5 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 20.10
Api Changes
- Added new api method /batch which is allows to run batch of requests, e.g. get list of paragraphs, remove one paragraph, and then again insert paragraph
- PHP
Published by YaroslawEkimov almost 6 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 20.7
API changes
- Added "Markdown" save format
- Added endpoint to update paragraph format without node path (PUT "/words/{name}/paragraphs/{index}/format")
- PHP
Published by YaroslawEkimov about 6 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 20.4
API changes
- Added CompareOptions property to CompareData class
- Added Password property to OdtSaveOptions class
- Added Dml3DEffectsRenderingMode property to SaveOptions class
- Added UpdateLastPrintedProperty property to SaveOptions class
- Added InterpolateImages property to PdfSaveOptions class
- Added UseTargetMachineFonts property to HtmlFixedSaveOptions class
- Added some request data classes:
- RunUpdate and RunInsert
- FootnoteUpdate and FootnoteInsert
- FieldUpdate and FieldInsert
- CommentUpdate and CommentInsert
- DocumentPropertyCreateOrUpdate
- PHP
Published by YaroslawEkimov over 6 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 20.3
Api changes
- Added RtfSaveOptionsData.SaveImagesAsWmf property
- WordsApi class now has credentials parameters
- PHP
Published by YaroslawEkimov over 6 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 20.1
Api changes
Property "ColorMode" moved from SaveOptionsData to FixedPageSaveOptionsData
- PHP
Published by WordsCloud over 6 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 19.12
API Changes
Fixed issue with "borderType" parameter in "border" endpoints in swagger and sdks
Increased max size of uploaded files (now it is 100mb)
- PHP
Published by WordsCloud over 6 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php -
Fixed trailing slash issue for BaseUrl
- PHP
Published by evgeny-kuleshov over 6 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 19.10
API Changes
Added API to configure borders of a Paragraph
GET, DELETE
/{paragraphPath}/borders
GET, DELETE, PUT
/{paragraphPath}/borders/{borderType}
borderType - see Aspose.Words.BorderType
Added ability to add Html Text via range api
Customer can specify type of text in
POST "/range/{startId}/{endId}"
Request example
{
"Text": "<b>Replaced Text</b>",
"TextType": "Html"
}
Supported TextType: Text, Html
Added "ChildNodes" property to "GET header/footer" response
Added DocSaveOption.AlwaysCompressMetafiles property
Added "nodeId" attribute to "section" element
Added support of DELETE section
DELETE /words/{name}/sections/{sectionIndex}
Added support of replace section and body via range api
Added ParagraphFormat.IsListItem property
- PHP
Published by WordsCloud over 6 years ago
https://github.com/aspose-words-cloud/aspose-words-cloud-php - 19.9.0
API Changes
- Added "Storage" endpoints
- Changed PUT to POST (and vice versa): all idepotened method now use PUT and not idepotened use POST
- "destFileName" parameter: now it contains absolute path to save result file, instead of relative
- Fixed serialization of "SourceFormat" property in "Document" response
- "nodepath" parameter is always "path" type now
- removed "envelop" from all responses
- Renamed the method "PUT/{name}/insertPageNumbers" to "PUT /words/{name}/pageNumbers"
- Joined "ExecuteMailMerge" and "ExecuteTemplate" methods. Now Api has only "mailmerge" method which
- can be used with both template types: mailmerge fields or "mustashe"
- Added TiffSaveOptionsData.ThresholdForFloydSteinbergDithering
- Added MetafileRenderingOptionsData.ScaleWmfFontsToMetafileSize
- Added DocSaveOptionsData.SavePictureBullet
- Added HtmlSaveOptionsData.ResolveFontNames
- Changed type of TextSaveOptions.ExportHeadersFootersMode property from int to enum
- Made TextSaveOptionsData.ExportHeadersFootersMode optional
- Fixed issue with nodeId, when node is in header/footer
- Deleted DestFileName property from SaveAsRequest and SaveAsTiffRequest
- After RangeAPI functionality was added now a few more methods available
/range/table/0/table/1 -for this route GET, DELETE, POST are available GET - get the text from the range DELETE - remove the range from a document POST - replace the range with text provided in body
/range/table0/table1/SaveAs -this route only supports POST POST - create a new document from the range For all available node types and selectors you can visit this link
- PHP
Published by evgeny-kuleshov almost 7 years ago