Skip to content

Release 26.6.0#105

Open
TimurBaiguskarovAspose wants to merge 2 commits into
mainfrom
release-26.6
Open

Release 26.6.0#105
TimurBaiguskarovAspose wants to merge 2 commits into
mainfrom
release-26.6

Conversation

@TimurBaiguskarovAspose

Copy link
Copy Markdown
Contributor

Summary

  • regenerate SDK from the updated Cloud API v4.0 specification for the June release
  • add generated barcode parameter models and docs for the new QR/PDF417/Code128 options
  • update README examples and snippets to cover the new generation parameters

Validation

  • local generation completed with make sdk
  • SDK build/lint smoke checks were run before opening this PR

No deployment is included in this PR.

* @param bool $pdf417_is_code128_emulation Whether to use Code128 emulation for MicroPdf417.
*/
public function __construct($barcode_type, $data, $data_type = null, $image_format = null, $text_location = null, $foreground_color = null, $background_color = null, $units = null, $resolution = null, $image_height = null, $image_width = null, $rotation_angle = null)
public function __construct($barcode_type, $data, $data_type = null, $image_format = null, $text_location = null, $foreground_color = null, $background_color = null, $units = null, $resolution = null, $image_height = null, $image_width = null, $rotation_angle = null, $qr_encode_mode = null, $qr_error_level = null, $qr_version = null, $qr_eci_encoding = null, $qr_aspect_ratio = null, $micro_qr_version = null, $rect_micro_qr_version = null, $code128_encode_mode = null, $pdf417_encode_mode = null, $pdf417_error_level = null, $pdf417_truncate = null, $pdf417_columns = null, $pdf417_rows = null, $pdf417_aspect_ratio = null, $pdf417_eci_encoding = null, $pdf417_is_reader_initialization = null, $pdf417_macro_characters = null, $pdf417_is_linked = null, $pdf417_is_code128_emulation = null)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Simplify constructor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants