• Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Register
    • Login
    Can you include .3MF to the list of re-compressible formats?
    A

    Can you include .3MF to the list of re-compressible formats? Its structure is similar to MS Office 2007 documents and Open Document Format. It is a ZIP Deflate archive with XML data and some JPG, and/or PNG pictures inside. Otherwise, if I try to compress .3MF it bearly makes it smaller unless I recompress .3MF to the Store setting then it makes it a lot smaller.
    Wish they all would move to 7zip ZSTD in the first place so that the optimized file size with FileOptimizer would be 50% of the ZIP Deflate version. And there would be no extra compression needed :)

    Wishlist
    Optimize archive on Context Menu
    W

    I noticed that the option to add the optimize archive function to the context menu is missing on Windows 10.
    Opening each archive with the interface in order to click it becomes tedious with many files.

    Same for others functions like Remove Archive Encryption

    Wishlist

    Office VBA Support

    Wishlist
    1
    1
    3186
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • RJWaringR
      RJWaring
      last edited by

      Hi Guys,

      My Job as System and Application Developer basically means I review and create automation of office work and programing VBA is a major part of that.

      This got me trying out some Code that uses WinZip’s engine and has fuelled what I am about to ask for.
      It would be fantastic if you could create a means for Office users to interact with PowerArchiver using VBA , either via a help document giving examples or even better creating an XLA Plugin with instant modules to Core components such as Compression, Encryption, running backups etc.

      The key would be to make it so if the user Had PowerArchiver and the PAVBA Plugin installed, they could write their VBA to call on already made Module’s.
      An example would be if you had a VBA Script running through a process to make a report or database file, after it was complete you then wanted it to Compress Itself and Upload to an FTP based on user profiles. Or you want it Zip To Email as soon as it was complete.

      Another example is you have Excel open and it can run a check and then compress documents in the background before it starts running the automated process etc

      There are so many way’s this would come in useful.

      It then got me thinking about the code and how it could look;

      PAVBA.Compress, zipx, password = “test”, Encrypt = True
      so PAVBA.Compress, Zipx,“Test”,True

      PAVBA.FTPSendTo,192.168.1.2,Admin,Password,81,SSL=true

      1 Reply Last reply Reply Quote 0
      • First post
        Last post