Skip to content

docs(faq): recommend PrintEx over deprecated Print in viewer FAQ - #1029

Closed
lyzhang0113 wants to merge 1 commit into
previewfrom
fix/print-images-viewer-deprecated-print
Closed

docs(faq): recommend PrintEx over deprecated Print in viewer FAQ#1029
lyzhang0113 wants to merge 1 commit into
previewfrom
fix/print-images-viewer-deprecated-print

Conversation

@lyzhang0113

Copy link
Copy Markdown
Collaborator

Summary

  • print-images-from-viewer.md presented Print() as the primary API for printing viewer images, with PrintEx() mentioned only as a way to print a subset.
  • Per _articles/info/api/WebTwain_IO.md, Print() has been deprecated as of release 19.3 in favor of PrintEx().
  • Swapped the framing: PrintEx() (pass all or selected indices) is now presented as the recommended API, with Print() noted as the older, deprecated alternative.

Found via a broader FAQ accuracy audit against the API reference docs.

Test plan

  • Confirmed Print() deprecation notice and PrintEx() signature in _articles/info/api/WebTwain_IO.md
  • Docs site build/preview (Jekyll) to confirm the FAQ page renders correctly

🤖 Generated with Claude Code

… deprecated Print

Print() was deprecated as of DWT v19.3 in favor of PrintEx(), but the FAQ
presented Print() as the primary API and PrintEx() as just a "selected
images" variant. Swap the framing to match the current API docs.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

Copilot AI left a comment

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.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@lyzhang0113

Copy link
Copy Markdown
Collaborator Author

Superseded by #1067, which drops Print() entirely per review feedback instead of just noting it's deprecated, and bundles it with fixes for the other reviewed FAQ issues. Closing this one.

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